From 6281c5d7a94d8f5bfec835aa147e7aa8bab15bb2 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 8 Dec 1999 22:57:34 +0000 Subject: moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.h (This used to be commit b2ea37a8f1a28a825719b46354a1244b359aca2c) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 81fe46d4d8..5f0f4526d8 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -755,6 +755,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_UN_H + /* Define if you have the header file. */ #undef HAVE_SYS_SOCKET_H -- cgit