Mercurial > hg > chrpath
comparison config.h.in @ 1:bbbfb3f97919
implement 32 and 64 bit support
| author | Peter Meerwald <p.meerwald@bct-electronic.com> |
|---|---|
| date | Fri, 20 Jul 2012 11:26:24 +0200 |
| parents | b8f7423e385c |
| children |
comparison
equal
deleted
inserted
replaced
| 0:b8f7423e385c | 1:bbbfb3f97919 |
|---|---|
| 1 /* config.h.in. Generated from configure.ac by autoheader. */ | 1 /* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 /* Define if building universal (internal helper macro) */ | |
| 4 #undef AC_APPLE_UNIVERSAL_BUILD | |
| 2 | 5 |
| 3 /* Define to 1 if you have the <elf.h> header file. */ | 6 /* Define to 1 if you have the <elf.h> header file. */ |
| 4 #undef HAVE_ELF_H | 7 #undef HAVE_ELF_H |
| 5 | 8 |
| 6 /* Define to 1 if you have the <fcntl.h> header file. */ | 9 /* Define to 1 if you have the <fcntl.h> header file. */ |
| 58 #undef PACKAGE_STRING | 61 #undef PACKAGE_STRING |
| 59 | 62 |
| 60 /* Define to the one symbol short name of this package. */ | 63 /* Define to the one symbol short name of this package. */ |
| 61 #undef PACKAGE_TARNAME | 64 #undef PACKAGE_TARNAME |
| 62 | 65 |
| 66 /* Define to the home page for this package. */ | |
| 67 #undef PACKAGE_URL | |
| 68 | |
| 63 /* Define to the version of this package. */ | 69 /* Define to the version of this package. */ |
| 64 #undef PACKAGE_VERSION | 70 #undef PACKAGE_VERSION |
| 65 | |
| 66 /* The size of a `void *', as computed by sizeof. */ | |
| 67 #undef SIZEOF_VOID_P | |
| 68 | 71 |
| 69 /* Define to 1 if you have the ANSI C header files. */ | 72 /* Define to 1 if you have the ANSI C header files. */ |
| 70 #undef STDC_HEADERS | 73 #undef STDC_HEADERS |
| 71 | 74 |
| 72 /* Version number of package */ | 75 /* Version number of package */ |
| 73 #undef VERSION | 76 #undef VERSION |
| 74 | 77 |
| 75 /* Define to 1 if your processor stores words with the most significant byte | 78 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 76 first (like Motorola and SPARC, unlike Intel and VAX). */ | 79 significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 77 #undef WORDS_BIGENDIAN | 80 #if defined AC_APPLE_UNIVERSAL_BUILD |
| 81 # if defined __BIG_ENDIAN__ | |
| 82 # define WORDS_BIGENDIAN 1 | |
| 83 # endif | |
| 84 #else | |
| 85 # ifndef WORDS_BIGENDIAN | |
| 86 # undef WORDS_BIGENDIAN | |
| 87 # endif | |
| 88 #endif | |
| 78 | 89 |
| 79 /* Define to empty if `const' does not conform to ANSI C. */ | 90 /* Define to empty if `const' does not conform to ANSI C. */ |
| 80 #undef const | 91 #undef const |
