|
|
|
@ -1,8 +1,5 @@
|
|
|
|
|
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
|
|
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
|
|
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
|
|
|
|
|
|
|
|
|
/* Define where aspell data dir is */
|
|
|
|
|
#define ASPELL_DATADIR "@ASPELL_DATADIR@"
|
|
|
|
|
|
|
|
|
@ -922,15 +919,7 @@
|
|
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
|
|
|
|
|
|
|
|
|
|
/* where rgb.txt is in */
|
|
|
|
|
#cmakedefine X11_RGBFILE "@X11_RGBFILE@"
|
|
|
|
|