Can't include system.h w/o mishap.
authorjbj <devnull@localhost>
Fri, 10 Mar 2000 20:47:57 +0000 (20:47 +0000)
committerjbj <devnull@localhost>
Fri, 10 Mar 2000 20:47:57 +0000 (20:47 +0000)
CVS patchset: 3618
CVS date: 2000/03/10 20:47:57

misc/glob.c

index f8a0469..f4b49f2 100644 (file)
@@ -20,7 +20,9 @@
  #pragma alloca
 #endif
 
-#include "system.h"
+#ifdef  HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 /* Enable GNU extensions in glob.h.  */
 #ifndef _GNU_SOURCE