summaryrefslogtreecommitdiffstats
path: root/wsutil/path_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/path_config.h.in')
-rw-r--r--wsutil/path_config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/wsutil/path_config.h.in b/wsutil/path_config.h.in
new file mode 100644
index 0000000..6539a5a
--- /dev/null
+++ b/wsutil/path_config.h.in
@@ -0,0 +1,10 @@
+#ifndef __PATH_CONFIG_H__
+#define __PATH_CONFIG_H__
+
+#define INSTALL_PREFIX "@PATH_INSTALL_PREFIX@"
+#define DATA_DIR "@PATH_DATA_DIR@"
+#define DOC_DIR "@PATH_DOC_DIR@"
+#define PLUGIN_DIR "@PATH_PLUGIN_DIR@"
+#define EXTCAP_DIR "@PATH_EXTCAP_DIR@"
+
+#endif