summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-03-06 14:02:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-03-06 14:02:59 (GMT)
commit4d8083a9533e627873e7bd018cb87f98870e32af (patch)
tree9fa6052c03d306b0eeac50957f32a2429c86766e /unix/tkConfig.h.in
parent7f9a17a915034bd2f9887c438d08409c94b43fa1 (diff)
downloadtk-4d8083a9533e627873e7bd018cb87f98870e32af.zip
tk-4d8083a9533e627873e7bd018cb87f98870e32af.tar.gz
tk-4d8083a9533e627873e7bd018cb87f98870e32af.tar.bz2
update release datecore_8_5_18core_8_5_18_rc
Diffstat (limited to 'unix/tkConfig.h.in')
-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 732bf94..918f9c2 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
-
/* Is pthread_attr_get_np() declared in <pthread.h>? */
#undef ATTRGETNP_NOT_DECLARED
@@ -148,9 +145,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
@@ -199,17 +193,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
/* Are Darwin SUSv3 extensions available? */
#undef _DARWIN_C_SOURCE
@@ -258,7 +244,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? */