X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=f288aa0fe8ebc4d817cd6c71134229cadaa9d39c;hb=7d668dbaa15287ea5aafb79059fd407178759e78;hp=48350c4b2b1e29ea7886f2aa1789e9cb9322c8b6;hpb=0a48a12183e728b39c37c65bc9a47da2933652f3;p=nfs-utils.git diff --git a/support/include/config.h.in b/support/include/config.h.in index 48350c4..f288aa0 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -105,6 +105,9 @@ /* 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 @@ -155,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 @@ -177,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 @@ -356,6 +365,9 @@ /* 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 runtime.