VMS: only explicitely translate names in library C files.
[openssl.git] / Configurations / 99-personal-geoff.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "debug-geoff32" => {
6         cc               => "gcc",
7         cflags           => combine("-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
8                                     threads("-D_REENTRANT")),
9         ex_libs          => add(" ","-ldl"),
10         bn_ops           => "BN_LLONG",
11         thread_scheme    => "pthreads",
12         dso_scheme       => "dlfcn",
13         shared_target    => "linux-shared",
14         shared_cflag     => "-fPIC",
15         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
16     },
17     "debug-geoff64" => {
18         cc               => "gcc",
19         cflags           => combine("-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
20                                     threads("-D_REENTRANT")),
21         ex_libs          => add(" ","-ldl"),
22         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
23         thread_scheme    => "pthreads",
24         dso_scheme       => "dlfcn",
25         shared_target    => "linux-shared",
26         shared_cflag     => "-fPIC",
27         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
28     },
29 );