diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index b54b3635e4..9ad89bf13e 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -95,7 +95,6 @@ #undef STAT_STATFS3_OSF1 #undef STAT_STATFS4 #undef STAT_STATVFS -#undef STAT_STATVFS64 #undef HAVE_NETMASK_IFREQ #undef HAVE_NETMASK_AIX #undef HAVE_CRYPT @@ -118,6 +117,8 @@ #undef HAVE_STRUCT_FLOCK64 #undef SIZEOF_INO_T #undef SIZEOF_OFF_T +#undef STAT_STATVFS64 +#undef HAVE_LIBREADLINE /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -479,8 +480,8 @@ /* Define if you have the pam library (-lpam). */ #undef HAVE_LIBPAM -/* Define if you have the socket library (-lsocket). */ -#undef HAVE_LIBSOCKET - /* Define if you have the readline library (-lreadline). */ #undef HAVE_LIBREADLINE + +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET |