diff options
Diffstat (limited to 'Build/source/texk/gsftopk/c-auto.in')
-rw-r--r-- | Build/source/texk/gsftopk/c-auto.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Build/source/texk/gsftopk/c-auto.in b/Build/source/texk/gsftopk/c-auto.in new file mode 100644 index 00000000000..8860af89b38 --- /dev/null +++ b/Build/source/texk/gsftopk/c-auto.in @@ -0,0 +1,40 @@ +/* c-auto.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + +/* Define if you have <vfork.h>. */ +#undef HAVE_VFORK_H + +/* Define to `int' if <sys/types.h> doesn't define. */ +#undef pid_t + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if you can safely include both <sys/time.h> and <time.h>. */ +#undef TIME_WITH_SYS_TIME + +/* Define vfork as fork if vfork does not work. */ +#undef vfork + +/* Define if you have the poll function. */ +#undef HAVE_POLL + +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + +/* Define if you have the <poll.h> header file. */ +#undef HAVE_POLL_H + +/* Define if you have the <select.h> header file. */ +#undef HAVE_SELECT_H + +/* Define if you have the <sys/select.h> header file. */ +#undef HAVE_SYS_SELECT_H + +/* Define if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H |