|
@@ -24,11 +24,9 @@
|
|
|
|
|
|
#define PACKAGE "getconf regression test"
|
|
#define PACKAGE "getconf regression test"
|
|
#define VERSION ""
|
|
#define VERSION ""
|
|
-#ifndef _
|
|
+#define _(x) x
|
|
-# define _
|
|
+#define error(status, errnum, fmt, ...) \
|
|
-#endif
|
|
+ {fprintf(stderr, fmt "\n", ## __VA_ARGS__); exit(status);}
|
|
-#define error(status, errnum,...) \
|
|
|
|
- {fprintf(stderr, __VA_ARGS__); exit(status);}
|
|
|
|
|
|
|
|
|
|
|
|
struct conf
|
|
struct conf
|