diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-24 21:41:10 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-24 21:41:10 +0000 |
commit | 8697e0866053dcdec35d556f8ac6adf4d79160af (patch) | |
tree | 96f7e398c9bac926c5fe6a81c9671229c08984f3 /acconfig.h | |
parent | bdb063d4e1d46cfff89c521d595ac90a570602a3 (diff) | |
download | openssh-git-8697e0866053dcdec35d556f8ac6adf4d79160af.tar.gz |
- (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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ************** */ |