diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 971a32a3ace..c0559089eb6 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.169 2001/08/01 23:25:39 tgl Exp $ + * $Id: config.h.in,v 1.170 2001/08/01 23:52:50 tgl Exp $ */ #ifndef CONFIG_H @@ -685,9 +685,6 @@ extern int fdatasync(int fildes); /* Define if you have on_exit() */ #undef HAVE_ON_EXIT -/* Define if you have SO_PEERCRED */ -#undef HAVE_SO_PEERCRED - /* *------------------------------------------------------------------------ * Part 4: pull in system-specific declarations. |