]> sjero.net Git - wget/commitdiff
[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.
authorhniksic <devnull@localhost>
Tue, 4 Nov 2003 16:22:52 +0000 (08:22 -0800)
committerhniksic <devnull@localhost>
Tue, 4 Nov 2003 16:22:52 +0000 (08:22 -0800)
src/sysdep.h

index 3275ad4c7a6f3d8482b7848aeb9f0ae5a4b46398..b888caaf0851cda00dc6bdf9356db746a2a18a1f 100644 (file)
@@ -224,14 +224,14 @@ void *memcpy ();
    Currently those include glibc-based systems and Solaris.  One could
    add more, but fnmatch is not that large, so it might be better to
    play it safe.  */
-#ifdef HAVE_FNMATCH_H
+#ifdef HAVE_WORKING_FNMATCH_H
 # if defined __GLIBC__ && __GLIBC__ >= 2
 #  define SYSTEM_FNMATCH
 # endif
 # ifdef solaris
 #  define SYSTEM_FNMATCH
 # endif
-#endif /* HAVE_FNMATCH_H */
+#endif /* HAVE_WORKING_FNMATCH_H */
 
 #ifdef SYSTEM_FNMATCH
 # include <fnmatch.h>