diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in new file mode 100644 index 0000000..4867dc0 --- /dev/null +++ b/src/config.h.in @@ -0,0 +1,12 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define _XOPEN_SOURCE 700 +#define _POSIX_C_SOURCE 200809L + +#define VERSION_MACRO_STRING "@VERSION@" +#define DATE_MACRO_STRING "@DATE@" +#define NAME_MACRO_STRING "@NAME@" +#define LOCALEDIR_MACRO_STRING "@LOCALEDIR@" + +#endif |