1 |
/* src/setup.h.in. Generated from configure.ac by autoheader. */ |
/* src/setup.h.in. Generated from configure.ac by autoheader. */ |
2 |
|
|
|
/* Define if building universal (internal helper macro) */ |
|
|
#undef AC_APPLE_UNIVERSAL_BUILD |
|
|
|
|
3 |
/* Define if SSP C support is enabled. */ |
/* Define if SSP C support is enabled. */ |
4 |
#undef ENABLE_SSP_CC |
#undef ENABLE_SSP_CC |
5 |
|
|
78 |
/* Version number of package */ |
/* Version number of package */ |
79 |
#undef VERSION |
#undef VERSION |
80 |
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */ |
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD |
|
|
# if defined __BIG_ENDIAN__ |
|
|
# define WORDS_BIGENDIAN 1 |
|
|
# endif |
|
|
#else |
|
|
# ifndef WORDS_BIGENDIAN |
|
|
# undef WORDS_BIGENDIAN |
|
|
# endif |
|
|
#endif |
|
|
|
|
81 |
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
82 |
`char[]'. */ |
`char[]'. */ |
83 |
#undef YYTEXT_POINTER |
#undef YYTEXT_POINTER |