summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-03-11 13:52:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-03-11 13:52:49 (GMT)
commitea4c865b315c006abca19443f5c06ec5d06e2421 (patch)
tree45788869f62e4f85bcf3a611672279b8f4186bf4 /unix
parent13fe0fd3471be7a183559c2d271dce0dc064972c (diff)
parent2d14385c640241d443965aac9dd2eb5ef9feab79 (diff)
downloadtk-ea4c865b315c006abca19443f5c06ec5d06e2421.zip
tk-ea4c865b315c006abca19443f5c06ec5d06e2421.tar.gz
tk-ea4c865b315c006abca19443f5c06ec5d06e2421.tar.bz2
Diffstat (limited to 'unix')
-rw-r--r--unix/tkConfig.h.in22
1 files changed, 4 insertions, 18 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 392566b..1e5593c 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
@@ -136,9 +133,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
@@ -187,17 +181,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
@@ -255,7 +241,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
/* Do we want to use the strtod() in compat? */