o Kill HAVE_FNMATCH_H

o Only define HAVE_FNMATCH if <fnmatch.h> exists.
This commit is contained in:
Todd C. Miller
1999-12-09 03:54:57 +00:00
parent 8446da40fb
commit 957fa7941d
8 changed files with 12 additions and 14 deletions

View File

@@ -50,7 +50,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#if defined(HAVE_FNMATCH) && defined(HAVE_FNMATCH_H)
#ifdef HAVE_FNMATCH
# include <fnmatch.h>
#endif /* HAVE_FNMATCH_H */
#ifdef HAVE_NETGROUP_H