From: Jim Meyering Date: Fri, 17 Dec 1993 23:06:39 +0000 (+0000) Subject: GNU file utilities X-Git-Tag: FILEUTILS-3_9b X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c350c27c3d97d079eca9f69f459162ced842031b;p=gnulib.git GNU file utilities --- diff --git a/lib/fnmatch.h b/lib/fnmatch.h index 5c94813f4..69eab0c0d 100644 --- a/lib/fnmatch.h +++ b/lib/fnmatch.h @@ -34,6 +34,13 @@ extern "C" { non-ANSI C where `const' is problematical. */ #endif /* C++ or ANSI C. */ + +/* We #undef these before defining them because some losing systems + (HP-UX A.08.07 for example) define these in . */ +#undef FNM_PATHNAME +#undef FNM_NOESCAPE +#undef FNM_PERIOD + /* Bits set in the FLAGS argument to `fnmatch'. */ #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */