123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- /* c/sysdep.h.in. Generated from configure.in by autoheader. */
- /*
- * HAVE_SIGACTION is defined iff sigaction() is available.
- */
- #undef HAVE_SIGACTION
- /*
- * HAVE_STRERROR is defined iff the standard libraries provide strerror().
- */
- #undef HAVE_STRERROR
- /*
- * NLIST_HAS_N_NAME is defined iff a struct nlist has an n_name member.
- * If it doesn't then we assume it has an n_un member which, in turn,
- * has an n_name member.
- */
- #undef NLIST_HAS_N_NAME
- /*
- * HAVE_SYS_SELECT_H is defined iff we have the include file sys/select.h.
- */
- #undef HAVE_SYS_SELECT_H
- /*
- * HAVE_SYSEXITS_H is defined iff we have the include file sysexits.h.
- */
- #undef HAVE_SYSEXITS_H
- /*
- * HAVE_DLOPEN is defined iff we have dlopen().
- */
- #undef HAVE_DLOPEN
- /*
- * USCORE is defined iff C externals are prepended with an underscore.
- */
- #undef USCORE
- /*
- * ENVIRON_NAME is defined to be the name of the environ variable.
- */
- #undef ENVIRON_NAME
- /*
- * We define this (as 'unsigned int') if the OS doesn't.
- */
- #undef socklen_t
- /* Define if we are building an OS X Universal Binary. */
- #undef BUILD_UNIVERSAL_BINARY
- /* Define to 1 if you have the `chroot' function. */
- #undef HAVE_CHROOT
- /* Define to 1 if the interface to the dynamic linker exists */
- #undef HAVE_DLOPEN
- /* Define to 1 if you have the `ftime' function. */
- #undef HAVE_FTIME
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define if the C compiler supports the inline keyword */
- #undef HAVE_INLINE
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the <langinfo.h> header file. */
- #undef HAVE_LANGINFO_H
- /* Define to 1 if you have the `dl' library (-ldl). */
- #undef HAVE_LIBDL
- /* Define to 1 if you have the `elf' library (-lelf). */
- #undef HAVE_LIBELF
- /* Define to 1 if you have the `gen' library (-lgen). */
- #undef HAVE_LIBGEN
- /* Define to 1 if you have the <libgen.h> header file. */
- #undef HAVE_LIBGEN_H
- /* Define to 1 if you have the `m' library (-lm). */
- #undef HAVE_LIBM
- /* Define to 1 if you have the `mld' library (-lmld). */
- #undef HAVE_LIBMLD
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define to 1 if you have the `socket' library (-lsocket). */
- #undef HAVE_LIBSOCKET
- /* Define to 1 if you have the `sun' library (-lsun). */
- #undef HAVE_LIBSUN
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `nlist' function. */
- #undef HAVE_NLIST
- /* Define to 1 if you have the <posix/time.h> header file. */
- #undef HAVE_POSIX_TIME_H
- /* Define to 1 if you have the `select' function. */
- #undef HAVE_SELECT
- /* Define to 1 if you have the `setitimer' function. */
- #undef HAVE_SETITIMER
- /* Define to 1 if you have the `sigaction' function. */
- #undef HAVE_SIGACTION
- /* Define to 1 if you have the `socket' function. */
- #undef HAVE_SOCKET
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the <sysexits.h> header file. */
- #undef HAVE_SYSEXITS_H
- /* Define to 1 if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/timeb.h> header file. */
- #undef HAVE_SYS_TIMEB_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define if IEEE doubles are stored with most-significant byte first. */
- #undef IEEE_MOST_FIRST
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* Define to the one symbol short name of this package. */
- #undef PACKAGE_TARNAME
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- /* Define as the return type of signal handlers (`int' or `void'). */
- #undef RETSIGTYPE
- /* Define if building with BIBOP GC. */
- #undef S48_GC_BIBOP
- /* Define if building with two-space GC. */
- #undef S48_GC_TWOSPACE
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- #include "fake/sigact.h"
- #include "fake/strerror.h"
- #include "fake/sys-select.h"
- #include "fake/environ.h"
- #include "fake/sysexits.h"
- #include "fake/langinfo.h"
|