diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 25da15c199..433926eea5 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -796,6 +796,9 @@ /* Define if you have the <nss.h> header file. */ #undef HAVE_NSS_H +/* Define if you have the <nss_common.h> header file. */ +#undef HAVE_NSS_COMMON_H + /* Define if you have the <poll.h> header file. */ #undef HAVE_POLL_H @@ -999,6 +1002,3 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET - -/* Define if you have the <nss_common.h> header file. */ -#undef HAVE_NSS_COMMON_H |