aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config.h.in b/src/config.h.in
deleted file mode 100644
index 5f7b398..0000000
--- a/src/config.h.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#define _POSIX_C_SOURCE 200809L
-#define VERSION "@VERSION@"
-#define DATE "@DATE@"
-#define PROGNAME "@NAME@"
-
-#endif