diff options
author | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
commit | c6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch) | |
tree | 9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/entropy | |
parent | 1250f37fdf54d9380b7de0446c5e648842978494 (diff) |
Give everything setting a feature test macro in build.h a version code
so application code can check for the specific API it expects without
having to keep track of what versions APIs x,y,z changed. Arbitrarily
set all current API versions to 20131128.
Diffstat (limited to 'src/entropy')
-rw-r--r-- | src/entropy/beos_stats/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/cryptoapi_rng/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/dev_random/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/egd/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/hres_timer/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/proc_walk/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/rdrand/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/unix_procs/info.txt | 2 | ||||
-rw-r--r-- | src/entropy/win32_stats/info.txt | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/entropy/beos_stats/info.txt b/src/entropy/beos_stats/info.txt index c7ed9fe5a..9ae527f49 100644 --- a/src/entropy/beos_stats/info.txt +++ b/src/entropy/beos_stats/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_BEOS +define ENTROPY_SRC_BEOS 20131128 <source> es_beos.cpp diff --git a/src/entropy/cryptoapi_rng/info.txt b/src/entropy/cryptoapi_rng/info.txt index 800e9ee52..d4ee13aea 100644 --- a/src/entropy/cryptoapi_rng/info.txt +++ b/src/entropy/cryptoapi_rng/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_CAPI +define ENTROPY_SRC_CAPI 20131128 <source> es_capi.cpp diff --git a/src/entropy/dev_random/info.txt b/src/entropy/dev_random/info.txt index 4c69a57f4..98a6a7e61 100644 --- a/src/entropy/dev_random/info.txt +++ b/src/entropy/dev_random/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_DEV_RANDOM +define ENTROPY_SRC_DEV_RANDOM 20131128 <source> dev_random.cpp diff --git a/src/entropy/egd/info.txt b/src/entropy/egd/info.txt index 25117ed09..b93c4526d 100644 --- a/src/entropy/egd/info.txt +++ b/src/entropy/egd/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_EGD +define ENTROPY_SRC_EGD 20131128 <source> es_egd.cpp diff --git a/src/entropy/hres_timer/info.txt b/src/entropy/hres_timer/info.txt index 615e2d2b8..dfe8fab0b 100644 --- a/src/entropy/hres_timer/info.txt +++ b/src/entropy/hres_timer/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_HIGH_RESOLUTION_TIMER +define ENTROPY_SRC_HIGH_RESOLUTION_TIMER 20131128 <source> hres_timer.cpp diff --git a/src/entropy/proc_walk/info.txt b/src/entropy/proc_walk/info.txt index d8c60a2a7..2a53a7ed8 100644 --- a/src/entropy/proc_walk/info.txt +++ b/src/entropy/proc_walk/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_PROC_WALKER +define ENTROPY_SRC_PROC_WALKER 20131128 <source> proc_walk.cpp diff --git a/src/entropy/rdrand/info.txt b/src/entropy/rdrand/info.txt index f1a536e95..5c74e6c25 100644 --- a/src/entropy/rdrand/info.txt +++ b/src/entropy/rdrand/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_RDRAND +define ENTROPY_SRC_RDRAND 20131128 <source> rdrand.cpp diff --git a/src/entropy/unix_procs/info.txt b/src/entropy/unix_procs/info.txt index dc086a5fa..755d2565d 100644 --- a/src/entropy/unix_procs/info.txt +++ b/src/entropy/unix_procs/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_UNIX_PROCESS_RUNNER +define ENTROPY_SRC_UNIX_PROCESS_RUNNER 20131128 <source> unix_procs.cpp diff --git a/src/entropy/win32_stats/info.txt b/src/entropy/win32_stats/info.txt index 0972df898..48eb91faa 100644 --- a/src/entropy/win32_stats/info.txt +++ b/src/entropy/win32_stats/info.txt @@ -1,4 +1,4 @@ -define ENTROPY_SRC_WIN32 +define ENTROPY_SRC_WIN32 20131128 <source> es_win32.cpp |