/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you have the header file. */ #undef HAVE_GETOPT_H /* Define if you have the header file. */ #undef HAVE_STDINT_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if socklen_t is defined in */ #undef HAVE_SOCKLEN_T /* Define if uint32_t is defined in */ #undef HAVE_UINT32_T /* Define if we have the initgroups function */ #undef HAVE_INITGROUPS /* Define if we have the getpwnam_r function */ #undef HAVE_GETPWNAM_R /* Define if we have the setrlimit function */ #undef HAVE_SETRLIMIT /* Define if we have the snprintf function */ #undef HAVE_SNPRINTF /* Define if we have the inet_ntop function */ #undef HAVE_INET_NTOP /* Define if we have the vsnprintf function */ #undef HAVE_VSNPRINTF /* Define if we have the readdir_r function */ #undef HAVE_READDIR_R /* Define if we have the sig_atomic_t type */ #undef HAVE_SIG_ATOMIC_T /* Define if we have the pathconf function */ #undef HAVE_PATHCONF /* Define if we have the wait3 function */ #undef HAVE_WAIT3 /* Required on Compaq Tru-64 UNIX */ #ifndef __P #define __P(X) X #endif #ifndef HAVE_VSNPRINTF #define vsnprintf sm_vsnprintf #endif #ifndef HAVE_SNPRINTF #define snprintf sm_snprintf #endif /* If we do NOT have readdir_r, we have to exec rm for cleanup */ #ifndef EXEC_RM_FOR_CLEANUP #ifndef HAVE_READDIR_R #define EXEC_RM_FOR_CLEANUP 1 #endif #endif