diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-08 12:01:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-08 12:01:00 (GMT) |
commit | 83ead5ba0ab1047c737c5ec6fb642b1637069e0c (patch) | |
tree | d6b8c5768ef26610fce251378d1bb0565ea7a713 /unix/tkConfig.h.in | |
parent | 9656aa21d8f30b553c2428689b000923012ca2fb (diff) | |
download | tk-83ead5ba0ab1047c737c5ec6fb642b1637069e0c.zip tk-83ead5ba0ab1047c737c5ec6fb642b1637069e0c.tar.gz tk-83ead5ba0ab1047c737c5ec6fb642b1637069e0c.tar.bz2 |
Sync unix/tcl.m4 with Tcl 9.0
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 2f6eca6..ffc0e06 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -34,6 +34,15 @@ /* 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 @@ -58,9 +67,6 @@ /* Is 'struct dirent64' in <sys/types.h>? */ #undef HAVE_STRUCT_DIRENT64 -/* Is 'struct stat64' in <sys/stat.h>? */ -#undef HAVE_STRUCT_STAT64 - /* Should we include <sys/select.h>? */ #undef HAVE_SYS_SELECT_H @@ -82,6 +88,9 @@ /* 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 @@ -189,6 +198,9 @@ /* 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 |