summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordjm <djm>2001-03-14 00:39:45 +0000
committerdjm <djm>2001-03-14 00:39:45 +0000
commit123251ac08dd883341755683c47e0f6f7a5ccd82 (patch)
tree77fd5535605b183cbd591adcad7b7c7b347cee43 /acconfig.h
parentd882f4f8c7e29dd8ecfe5820b3715684a49c9dcb (diff)
downloadopenssh-123251ac08dd883341755683c47e0f6f7a5ccd82.tar.gz
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h
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 db53d169..65584fc3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.106 2001/03/03 13:29:21 djm Exp $ */
+/* $Id: acconfig.h,v 1.107 2001/03/14 00:39:46 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -302,6 +302,9 @@
/* Needed for SCO and NeXT */
#undef BROKEN_SAVED_UIDS
+/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
+#undef GLOB_HAS_ALTDIRFUNC
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */