summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-14 21:42:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-14 21:42:06 (GMT)
commitbfea93f032f8e76efa9c931db87cd34950522b0e (patch)
tree27b35c9d9837325d7de80a5aa6509ea6b186c0d8
parent4566e27810ddf3c54aa5e022ea831d86d9933486 (diff)
downloadtk-bfea93f032f8e76efa9c931db87cd34950522b0e.zip
tk-bfea93f032f8e76efa9c931db87cd34950522b0e.tar.gz
tk-bfea93f032f8e76efa9c931db87cd34950522b0e.tar.bz2
re-generate tkConfig.h.in with latest "autoheader"
-rw-r--r--unix/tkConfig.h.in41
1 files changed, 25 insertions, 16 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 2f6eca6..33434a1 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -19,21 +19,30 @@
/* Compiler support for module scope symbols */
#undef HAVE_HIDDEN
-/* Define to 1 if the system has the type `intptr_t'. */
+/* Define to 1 if the system has the type 'intptr_t'. */
#undef HAVE_INTPTR_T
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the `Xft' library (-lXft). */
+/* Define to 1 if you have the 'Xft' library (-lXft). */
#undef HAVE_LIBXFT
-/* Define to 1 if you have the `lseek64' function. */
+/* Define to 1 if you have the 'lseek64' function. */
#undef HAVE_LSEEK64
-/* Define to 1 if you have the `open64' function. */
+/* Define to 1 if you have the 'open64' function. */
#undef HAVE_OPEN64
+/* Define to 1 if you have the 'posix_spawnattr_setflags' function. */
+#undef HAVE_POSIX_SPAWNATTR_SETFLAGS
+
+/* Define to 1 if you have the 'posix_spawnp' function. */
+#undef HAVE_POSIX_SPAWNP
+
+/* Define to 1 if you have the 'posix_spawn_file_actions_adddup2' function. */
+#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
+
/* Does struct password have a pw_gecos field? */
#undef HAVE_PW_GECOS
@@ -76,12 +85,15 @@
/* Is off64_t in <sys/types.h>? */
#undef HAVE_TYPE_OFF64_T
-/* Define to 1 if the system has the type `uintptr_t'. */
+/* Define to 1 if the system has the type 'uintptr_t'. */
#undef HAVE_UINTPTR_T
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the 'vfork' function. */
+#undef HAVE_VFORK
+
/* Is weak import available? */
#undef HAVE_WEAK_IMPORT
@@ -130,7 +142,7 @@
/* Is this a static build? */
#undef STATIC_BUILD
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
+/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
@@ -183,12 +195,12 @@
/* Are Darwin SUSv3 extensions available? */
#undef _DARWIN_C_SOURCE
-/* Add the _FILE_OFFSET_BITS flag when building */
-#undef _FILE_OFFSET_BITS
-
/* Add the _ISOC99_SOURCE flag when building */
#undef _ISOC99_SOURCE
+/* Add the _LARGEFILE64_SOURCE flag when building */
+#undef _LARGEFILE64_SOURCE
+
/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
#undef _OE_SOCKETS
@@ -198,34 +210,31 @@
/* Do we want the reentrant OS API? */
#undef _REENTRANT
-/* _TIME_BITS=64 enables 64-bit time_t. */
-#undef _TIME_BITS
-
/* Do we want to use the XOPEN network library? */
#undef _XOPEN_SOURCE
/* Do we want to use the XOPEN network library? */
#undef _XOPEN_SOURCE_EXTENDED
-/* Define to 1 if type `char' is unsigned and your compiler does not
+/* Define to 1 if type 'char' is unsigned and your compiler does not
predefine this macro. */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
-/* Define to `__inline__' or `__inline' if that's what the C compiler
+/* Define to '__inline__' or '__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
-/* Define to `int' if <sys/types.h> does not define. */
+/* Define to 'int' if <sys/types.h> does not define. */
#undef mode_t
/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t