summaryrefslogtreecommitdiff
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 d27153476..01dfb4b6d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.102 2001/02/18 06:01:00 djm Exp $ */ 1/* $Id: acconfig.h,v 1.103 2001/02/24 21:41:10 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -293,6 +293,9 @@
293/* Define if you have BSD auth support */ 293/* Define if you have BSD auth support */
294#undef BSD_AUTH 294#undef BSD_AUTH
295 295
296/* Define if X11 doesn't support AF_UNIX sockets on that system */
297#undef NO_X11_UNIX_SOCKETS
298
296@BOTTOM@ 299@BOTTOM@
297 300
298/* ******************* Shouldn't need to edit below this line ************** */ 301/* ******************* Shouldn't need to edit below this line ************** */