diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-13 16:26:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-13 16:26:50 (GMT) |
commit | 8e10e228eb522d624088396eb6eab58e39663af8 (patch) | |
tree | b42cf3e18ed7b129fc2b3717797de7704601df90 /unix/tkConfig.h.in | |
parent | 7da38886246034b85e874a4414d2ac274c4fd3d1 (diff) | |
parent | a7d73c91307241062ca877837477e951e45c4875 (diff) | |
download | tk-8e10e228eb522d624088396eb6eab58e39663af8.zip tk-8e10e228eb522d624088396eb6eab58e39663af8.tar.gz tk-8e10e228eb522d624088396eb6eab58e39663af8.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index d4150a0..d3acb59 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -4,9 +4,6 @@ #ifndef _TKCONFIG #define _TKCONFIG -/* Define if building universal (internal helper macro) */ -#undef AC_APPLE_UNIVERSAL_BUILD - /* Define to 1 if you have the <AvailabilityMacros.h> header file. */ #undef HAVE_AVAILABILITYMACROS_H @@ -124,9 +121,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -172,17 +166,9 @@ /* Are TkAqua debug messages enabled? */ #undef TK_MAC_DEBUG -/* 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 +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN /* Are Darwin SUSv3 extensions available? */ #undef _DARWIN_C_SOURCE @@ -234,7 +220,7 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define to `unsigned int' if <sys/types.h> does not define. */ +/* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t /* Define to `int' if <sys/types.h> doesn't define. */ |