summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-24 21:41:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-24 21:41:10 +0000
commit8697e0866053dcdec35d556f8ac6adf4d79160af (patch)
tree96f7e398c9bac926c5fe6a81c9671229c08984f3 /acconfig.h
parentbdb063d4e1d46cfff89c521d595ac90a570602a3 (diff)
- (bal) Missed part of the UNIX sockets patch. Patch by Corinna
Vinschen <vinschen@redhat.com> - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice <tim@multitalents.net>
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 d2715347..01dfb4b6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.102 2001/02/18 06:01:00 djm Exp $ */
+/* $Id: acconfig.h,v 1.103 2001/02/24 21:41:10 mouring Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -293,6 +293,9 @@
/* Define if you have BSD auth support */
#undef BSD_AUTH
+/* Define if X11 doesn't support AF_UNIX sockets on that system */
+#undef NO_X11_UNIX_SOCKETS
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */