diff options
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index ad5dd91f04..05228d18ba 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.135 2000/09/27 15:17:55 petere Exp $ + * $Id: config.h.in,v 1.136 2000/09/29 13:53:32 petere Exp $ */ #ifndef CONFIG_H @@ -227,7 +227,7 @@ * Define this is your operating system kernel supports AF_UNIX family * sockets. */ -#if !defined(__CYGWIN32__) && !defined(__QNX__) +#if !defined(__CYGWIN__) && !defined(__QNX__) # define HAVE_UNIX_SOCKETS 1 #endif |