summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 57b5e6076..928277a36 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.108 2001/03/17 01:15:38 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.109 2001/03/28 04:35:30 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -308,6 +308,9 @@
308/* Define if your system glob() function has gl_matchc options in glob_t */ 308/* Define if your system glob() function has gl_matchc options in glob_t */
309#undef GLOB_HAS_GL_MATCHC 309#undef GLOB_HAS_GL_MATCHC
310 310
311/* Define in your struct dirent expects you to allocate extra space for d_name */
312#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
313
311@BOTTOM@ 314@BOTTOM@
312 315
313/* ******************* Shouldn't need to edit below this line ************** */ 316/* ******************* Shouldn't need to edit below this line ************** */