From 8697e0866053dcdec35d556f8ac6adf4d79160af Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 24 Feb 2001 21:41:10 +0000 Subject: - (bal) Missed part of the UNIX sockets patch. Patch by Corinna Vinschen - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice --- acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'acconfig.h') 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 ************** */ -- cgit v1.2.1