summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index d809d059d..147295510 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.142 2002/07/07 20:43:36 tim Exp $ */ 1/* $Id: acconfig.h,v 1.143 2002/07/09 14:06:40 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -310,6 +310,9 @@
310/* Define if X11 doesn't support AF_UNIX sockets on that system */ 310/* Define if X11 doesn't support AF_UNIX sockets on that system */
311#undef NO_X11_UNIX_SOCKETS 311#undef NO_X11_UNIX_SOCKETS
312 312
313/* Define if the concept of ports only accessible to superusers isn't known */
314#undef NO_IPPORT_RESERVED_CONCEPT
315
313/* Needed for SCO and NeXT */ 316/* Needed for SCO and NeXT */
314#undef BROKEN_SAVED_UIDS 317#undef BROKEN_SAVED_UIDS
315 318