diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 2761b1e384..0da717ac42 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -843,6 +843,9 @@ /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the <sys/un.h> header file. */ +#undef HAVE_SYS_UN_H + /* Define if you have the <sys/unistd.h> header file. */ #undef HAVE_SYS_UNISTD_H |