summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/lib/fnmatch.c')
-rw-r--r--gnu/usr.bin/cvs/lib/fnmatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/lib/fnmatch.c b/gnu/usr.bin/cvs/lib/fnmatch.c
index 50fa94c..2a05430 100644
--- a/gnu/usr.bin/cvs/lib/fnmatch.c
+++ b/gnu/usr.bin/cvs/lib/fnmatch.c
@@ -18,6 +18,10 @@ Cambridge, MA 02139, USA. */
/* Modified slightly by Brian Berliner <berliner@sun.com> for CVS use */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* IGNORE(@ */
/* #include <ansidecl.h> */
/* @) */
@@ -28,10 +32,6 @@ Cambridge, MA 02139, USA. */
extern int errno;
#endif
-#if !__STDC__
-#define const
-#endif
-
/* Match STRING against the filename pattern PATTERN, returning zero if
it matches, nonzero if not. */
int
OpenPOWER on IntegriCloud