diff options
author | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
commit | 50b4840e6dfd893ae2feecc3bd6ec49071796354 (patch) | |
tree | aa367693fd9828a1285a20bc191a47a436756147 /src/engine | |
parent | 3623be3fd05d890309cc3da4b3a1e319e357df65 (diff) |
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
Pretty much useless and unused, except for listing the module names in
build.h and the short versions totally suffice for that.
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/amd64_eng/info.txt | 2 | ||||
-rw-r--r-- | src/engine/def_engine/info.txt | 2 | ||||
-rw-r--r-- | src/engine/gnump/info.txt | 2 | ||||
-rw-r--r-- | src/engine/ia32_eng/info.txt | 2 | ||||
-rw-r--r-- | src/engine/info.txt | 2 | ||||
-rw-r--r-- | src/engine/openssl/info.txt | 2 | ||||
-rw-r--r-- | src/engine/sse2_eng/info.txt | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/src/engine/amd64_eng/info.txt b/src/engine/amd64_eng/info.txt index 47f891445..03baf76ee 100644 --- a/src/engine/amd64_eng/info.txt +++ b/src/engine/amd64_eng/info.txt @@ -1,5 +1,3 @@ -realname "AMD64 Assembler Engine" - define ENGINE_AMD64_ASSEMBLER load_on dep diff --git a/src/engine/def_engine/info.txt b/src/engine/def_engine/info.txt index fd31ee2d0..e307fbf8e 100644 --- a/src/engine/def_engine/info.txt +++ b/src/engine/def_engine/info.txt @@ -1,5 +1,3 @@ -realname "Default Engine" - define DEFAULT_ENGINE load_on auto diff --git a/src/engine/gnump/info.txt b/src/engine/gnump/info.txt index 67a9bcd70..0805c1ba8 100644 --- a/src/engine/gnump/info.txt +++ b/src/engine/gnump/info.txt @@ -1,5 +1,3 @@ -realname "GMP Engine" - define ENGINE_GNU_MP load_on request diff --git a/src/engine/ia32_eng/info.txt b/src/engine/ia32_eng/info.txt index 3bf2a7f2b..98fd1f2cc 100644 --- a/src/engine/ia32_eng/info.txt +++ b/src/engine/ia32_eng/info.txt @@ -1,5 +1,3 @@ -realname "IA32 Assembler Engine" - define ENGINE_IA32_ASSEMBLER load_on dep diff --git a/src/engine/info.txt b/src/engine/info.txt index eef3c03b6..dcb26d9d6 100644 --- a/src/engine/info.txt +++ b/src/engine/info.txt @@ -1,5 +1,3 @@ -realname "Engines" - define ENGINES load_on auto diff --git a/src/engine/openssl/info.txt b/src/engine/openssl/info.txt index 3f2f1ab14..9f8c84b31 100644 --- a/src/engine/openssl/info.txt +++ b/src/engine/openssl/info.txt @@ -1,5 +1,3 @@ -realname "OpenSSL Engine" - define ENGINE_OPENSSL load_on request diff --git a/src/engine/sse2_eng/info.txt b/src/engine/sse2_eng/info.txt index 7508b9874..43df92343 100644 --- a/src/engine/sse2_eng/info.txt +++ b/src/engine/sse2_eng/info.txt @@ -1,5 +1,3 @@ -realname "SSE2 Assembler Engine" - define ENGINE_SSE2_ASSEMBLER load_on dep |