summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-14 11:39:45 +1100
committerDamien Miller <djm@mindrot.org>2001-03-14 11:39:45 +1100
commit3c02768950ba1f17dc90d9f4a9538a8eec711c4f (patch)
treefe2b9f417d7923cdb570ea6a67cfdc8a65877661 /acconfig.h
parent46e55aaabc33549b91a85052aa048dffaf061761 (diff)
- (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 db53d1696..65584fc3f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.106 2001/03/03 13:29:21 djm Exp $ */ 1/* $Id: acconfig.h,v 1.107 2001/03/14 00:39:46 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -302,6 +302,9 @@
302/* Needed for SCO and NeXT */ 302/* Needed for SCO and NeXT */
303#undef BROKEN_SAVED_UIDS 303#undef BROKEN_SAVED_UIDS
304 304
305/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
306#undef GLOB_HAS_ALTDIRFUNC
307
305@BOTTOM@ 308@BOTTOM@
306 309
307/* ******************* Shouldn't need to edit below this line ************** */ 310/* ******************* Shouldn't need to edit below this line ************** */