瀏覽代碼

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, ...) \