Browse Source

getconf.c: undef VERSION

might come in via nptl so undef it before redefining it

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 years ago
parent
commit
8c62ce0c04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/getconf.c

+ 1 - 0
utils/getconf.c

@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #define PACKAGE "getconf regression test"
+#undef VERSION
 #define VERSION ""
 #define _(x) x
 #define error(status, errnum, fmt, ...) \