diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-01-05 14:55:52 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-01-05 14:55:52 +0000 |
commit | 3ff5baf8cb6770d63f234c261e9af15848bb939c (patch) | |
tree | 3b39302660451fc317bd1ffae0cd574e24c2dbdb /config.h.in | |
parent | 7954be7fa5ea70de36aacebb8bcca2a70af709f4 (diff) |
Notes
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 2b7770b5c23a..7a8a5dd58e9c 100644 --- a/config.h.in +++ b/config.h.in @@ -380,6 +380,9 @@ /* Define to 1 if you have the <sys/uio.h> header file. */ #undef HAVE_SYS_UIO_H +/* Define to 1 if you have the <sys/un.h> header file. */ +#undef HAVE_SYS_UN_H + /* Define to 1 if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H |