/[pkgs]/devel/openssl/opensslconf-new.h
ViewVC logotype

Contents of /devel/openssl/opensslconf-new.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue May 20 15:16:15 2008 UTC (18 months ago) by spot
Branch: MAIN
CVS Tags: openssl-0_9_8j-2_fc11, openssl-0_9_8j-9_fc11, openssl-0_9_8j-6_fc11, openssl-1_0_0-0_9_beta3_fc13, openssl-1_0_0-0_11_beta4_fc13, openssl-1_0_0-0_2_beta3_fc12, openssl-0_9_8j-1_fc11, openssl-0_9_8k-5_fc12, openssl-0_9_8k-6_fc12, openssl-0_9_8k-7_fc12, openssl-0_9_8k-2_fc11, openssl-0_9_8g-11_fc10, openssl-0_9_8g-9_fc10, openssl-1_0_0-0_12_beta4_fc13, openssl-1_0_0-0_8_beta3_fc13, openssl-1_0_0-0_1_beta3_fc12, openssl-0_9_8g-10_fc10, openssl-1_0_0-0_13_beta4_fc13, F-11-split, openssl-1_0_0-0_7_beta3_fc12, openssl-0_9_8j-8_fc11, openssl-0_9_8k-4_fc12, F-12-split, openssl-0_9_8j-10_fc11, openssl-1_0_0-0_3_beta3_fc12, openssl-0_9_8g-10_fc9, openssl-1_0_0-0_5_beta3_fc12, openssl-1_0_0-0_4_beta3_fc12, openssl-0_9_8k-1_fc11, openssl-0_9_8k-3_fc12, openssl-0_9_8j-5_fc11, openssl-0_9_8j-4_fc11, openssl-1_0_0-0_14_beta4_fc13, openssl-1_0_0-0_6_beta3_fc12, openssl-0_9_8g-8_fc10, openssl-0_9_8j-3_fc11, F-10-split, openssl-1_0_0-0_15_beta4_fc13, openssl-0_9_8j-7_fc11, openssl-1_0_0-0_10_beta3_fc13, HEAD
Changes since 1.1: +4 -0 lines
File MIME type: text/x-csrc
sparc handling
1 /* This file is here to prevent a file conflict on multiarch systems. A
2 * conflict will frequently occur because arch-specific build-time
3 * configuration options are stored (and used, so they can't just be stripped
4 * out) in opensslconf.h. The original opensslconf.h has been renamed.
5 * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
6
7 #ifdef openssl_opensslconf_multilib_redirection_h
8 #error "Do not define openssl_opensslconf_multilib_redirection_h!"
9 #endif
10 #define openssl_opensslconf_multilib_redirection_h
11
12 #if defined(__i386__)
13 #include "opensslconf-i386.h"
14 #elif defined(__ia64__)
15 #include "opensslconf-ia64.h"
16 #elif defined(__powerpc64__)
17 #include "opensslconf-ppc64.h"
18 #elif defined(__powerpc__)
19 #include "opensslconf-ppc.h"
20 #elif defined(__s390x__)
21 #include "opensslconf-s390x.h"
22 #elif defined(__s390__)
23 #include "opensslconf-s390.h"
24 #elif defined(__sparc__) && defined(__arch64__)
25 #include "opensslconf-sparc64.h"
26 #elif defined(__sparc__)
27 #include "opensslconf-sparc.h"
28 #elif defined(__x86_64__)
29 #include "opensslconf-x86_64.h"
30 #else
31 #error "This openssl-devel package does not work your architecture?"
32 #endif
33
34 #undef openssl_opensslconf_multilib_redirection_h

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2