100 lines
2.4 KiB
C
100 lines
2.4 KiB
C
/* c/sysdep.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define if you need to in order for stat and other things to work. */
|
|
#undef _POSIX_SOURCE
|
|
|
|
/* Define as the return type of signal handlers (int or void). */
|
|
#undef RETSIGTYPE
|
|
|
|
/*
|
|
* 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
|
|
|
|
/*
|
|
* USCORE is defined iff C externals are prepended with an underscore.
|
|
*/
|
|
#undef USCORE
|
|
|
|
/* Define if you have the chroot function. */
|
|
#undef HAVE_CHROOT
|
|
|
|
/* Define if you have the dlopen function. */
|
|
#undef HAVE_DLOPEN
|
|
|
|
/* Define if you have the ftime function. */
|
|
#undef HAVE_FTIME
|
|
|
|
/* Define if you have the gettimeofday function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
/* Define if you have the nlist function. */
|
|
#undef HAVE_NLIST
|
|
|
|
/* Define if you have the select function. */
|
|
#undef HAVE_SELECT
|
|
|
|
/* Define if you have the setitimer function. */
|
|
#undef HAVE_SETITIMER
|
|
|
|
/* Define if you have the sigaction function. */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Define if you have the socket function. */
|
|
#undef HAVE_SOCKET
|
|
|
|
/* Define if you have the <libgen.h> header file. */
|
|
#undef HAVE_LIBGEN_H
|
|
|
|
/* Define if you have the <posix/time.h> header file. */
|
|
#undef HAVE_POSIX_TIME_H
|
|
|
|
/* Define if you have the <sys/select.h> header file. */
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
/* Define if you have the <sys/timeb.h> header file. */
|
|
#undef HAVE_SYS_TIMEB_H
|
|
|
|
/* Define if you have the dl library (-ldl). */
|
|
#undef HAVE_LIBDL
|
|
|
|
/* Define if you have the elf library (-lelf). */
|
|
#undef HAVE_LIBELF
|
|
|
|
/* Define if you have the gen library (-lgen). */
|
|
#undef HAVE_LIBGEN
|
|
|
|
/* Define if you have the m library (-lm). */
|
|
#undef HAVE_LIBM
|
|
|
|
/* Define if you have the mld library (-lmld). */
|
|
#undef HAVE_LIBMLD
|
|
|
|
/* Define if you have the nsl library (-lnsl). */
|
|
#undef HAVE_LIBNSL
|
|
|
|
/* Define if you have the socket library (-lsocket). */
|
|
#undef HAVE_LIBSOCKET
|
|
|
|
/* Define if you have the sun library (-lsun). */
|
|
#undef HAVE_LIBSUN
|
|
|
|
#include "fake/sigact.h"
|
|
#include "fake/strerror.h"
|
|
#include "fake/sys-select.h"
|