/* LGETXATTR support */
#undef HAVE_LGETXATTR
+/* Define if you have libcap */
+#undef HAVE_LIBCAP
+
/* Define to 1 if you have the <libc.h> header file. */
#undef HAVE_LIBC_H
/* Define if your printf() function supports format strings with positions. */
#undef HAVE_POSIX_PRINTF
+/* Define to 1 if you have the `prctl' function. */
+#undef HAVE_PRCTL
+
/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV
/* Define to 1 if you have the `setpgrp' function. */
#undef HAVE_SETPGRP
+/* Define to 1 if you have the `setreuid' function. */
+#undef HAVE_SETREUID
+
/* Define to 1 if you have the `setsid' function. */
#undef HAVE_SETSID
/* Define to 1 if you have the <sys/byteorder.h> header file. */
#undef HAVE_SYS_BYTEORDER_H
+/* Define to 1 if you have the <sys/capability.h> header file. */
+#undef HAVE_SYS_CAPABILITY_H
+
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+#undef HAVE_SYS_PRCTL_H
+
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
if test "x$withval" != "xno" ; then
saved_LIBS="$LIBS"
LIBS="$saved_LIBS -lwrap"
- AC_MSG_CHECKING(for libwrap)
AC_SEARCH_LIBS(nanosleep, [rt])
+ AC_MSG_CHECKING(for libwrap)
AC_TRY_LINK(
[
#include <sys/types.h>