X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=f288aa0fe8ebc4d817cd6c71134229cadaa9d39c;hb=7d668dbaa15287ea5aafb79059fd407178759e78;hp=6aa74d9837d856dfbe1b5745273b7ba9cf58161f;hpb=930119075722c6e2e42a5f20ec4c42579ea6cf1a;p=nfs-utils.git diff --git a/support/include/config.h.in b/support/include/config.h.in index 6aa74d9..f288aa0 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -105,9 +105,15 @@ /* Define this if you have Heimdal Kerberos libraries */ #undef HAVE_HEIMDAL +/* Define to 1 if you have the header file. */ +#undef HAVE_IFADDRS_H + /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA +/* Define to 1 if you have the `innetgr' function. */ +#undef HAVE_INNETGR + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -117,6 +123,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H +/* tcp-wrapper */ +#undef HAVE_LIBWRAP + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H @@ -149,6 +158,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* Whether nfs4_set_debug() is present in libnfsidmap */ +#undef HAVE_NFS4_SET_DEBUG + /* Define to 1 if you have the header file. */ #undef HAVE_NFSIDMAP_H @@ -171,6 +183,9 @@ gss_krb5_set_allowable_enctypes */ #undef HAVE_SET_ALLOWABLE_ENCTYPES +/* Define to 1 if you have the `sigprocmask' function. */ +#undef HAVE_SIGPROCMASK + /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET @@ -255,6 +270,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_VFS_H +/* tcp-wrapper */ +#undef HAVE_TCP_WRAPPER + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -335,21 +353,24 @@ /* Define to the type of arg 5 for `select'. */ #undef SELECT_TYPE_ARG5 -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `size_t', as computed by sizeof. */ +/* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T +/* The size of `socklen_t', as computed by sizeof. */ +#undef SIZEOF_SOCKLEN_T + /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -384,13 +405,13 @@ #undef inline #endif -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t /* Define to `int' if doesn't define. */