Преглед на файлове

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 години
родител
ревизия
8c62ce0c04
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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, ...) \