Lines Matching refs:config
28 {- if (@{$config{openssl_sys_defines}}) {
29 foreach (@{$config{openssl_sys_defines}}) {
35 foreach (@{$config{openssl_api_defines}}) {
39 if (@{$config{openssl_feature_defines}}) {
40 foreach (@{$config{openssl_feature_defines}}) {
50 {- $config{processor} eq "386" ? "# define" : "# undef" -} I386_ONLY
56 {- $config{bn_ll} ? "# define" : "# undef" -} BN_LLONG
58 {- $config{b64l} ? "# define" : "# undef" -} SIXTY_FOUR_BIT_LONG
59 {- $config{b64} ? "# define" : "# undef" -} SIXTY_FOUR_BIT
60 {- $config{b32} ? "# define" : "# undef" -} THIRTY_TWO_BIT
63 # define RC4_INT {- $config{rc4_int} -}