X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=48350c4b2b1e29ea7886f2aa1789e9cb9322c8b6;hp=6aa74d9837d856dfbe1b5745273b7ba9cf58161f;hb=refs%2Ftags%2Fdebian%2F1%251.0.8-1;hpb=ac5b03be829b4c9369ebfb07a688308721103228 diff --git a/support/include/config.h.in b/support/include/config.h.in index 6aa74d9..48350c4 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -108,6 +108,9 @@ /* 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 +120,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 @@ -255,6 +261,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 +344,21 @@ /* 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 /* 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 +393,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. */