diff options
author | dgp <dgp@users.sourceforge.net> | 2020-12-11 19:24:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-12-11 19:24:16 (GMT) |
commit | 326cc3744d53d6283e9dfd64fc8e5aac1a8f7a21 (patch) | |
tree | 3d27390439ed98eb23486e968ae388e717cb90bd | |
parent | da534af6e1a7e712a3a4a432d842a39069348670 (diff) | |
download | tk-326cc3744d53d6283e9dfd64fc8e5aac1a8f7a21.zip tk-326cc3744d53d6283e9dfd64fc8e5aac1a8f7a21.tar.gz tk-326cc3744d53d6283e9dfd64fc8e5aac1a8f7a21.tar.bz2 |
make dist
-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 6ffc035..72d97c8 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 @@ -133,9 +130,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 @@ -184,17 +178,9 @@ /* Do we want to use the threaded memory allocator? */ #undef USE_THREAD_ALLOC -/* 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 /* Is XKeycodeToKeysym deprecated? */ #undef XKEYCODETOKEYSYM_IS_DEPRECATED @@ -252,7 +238,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. */ |