summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-09 20:49:15 +0200
committerJim Meyering <meyering@redhat.com>2010-05-09 20:49:15 +0200
commit38866e47fd4ec4c1ce5da9a2f0e8a1e963c36357 (patch)
tree2100ccf65ee039b896af8f010bafef6a841822ec
parent080106b3d8ae87d8851c489b32175b98e4978c4e (diff)
downloadidutils-38866e47fd4ec4c1ce5da9a2f0e8a1e963c36357.tar.gz
idutils-38866e47fd4ec4c1ce5da9a2f0e8a1e963c36357.tar.bz2
idutils-38866e47fd4ec4c1ce5da9a2f0e8a1e963c36357.zip
build: avoid new syntax-check failure
* libidu/iduglobal.h (FNM_FILE_NAME): Remove definition. Now, it's provided by gnulib.
-rw-r--r--libidu/iduglobal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libidu/iduglobal.h b/libidu/iduglobal.h
index 95d1fb2..703bb23 100644
--- a/libidu/iduglobal.h
+++ b/libidu/iduglobal.h
@@ -44,10 +44,6 @@
#define DEBUG(args) /* printf args */
-#ifndef FNM_FILE_NAME
-#define FNM_FILE_NAME FNM_PATHNAME
-#endif
-
#if HAVE_LINK
#define MAYBE_FNM_CASEFOLD 0
#else