aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-05-16 21:06:48 -0400
committerGitHub <noreply@github.com>2021-05-16 21:06:48 -0400
commitbc3013fc68746265db78bf92623f7e6e3e469264 (patch)
treefadf9d7fb0febde598dbc4a7b5ec27eea62020cc /config.h.in
parent25493db89f8e23d2e78e1ee16b3748173ef60188 (diff)
downloadcleanpath-bc3013fc68746265db78bf92623f7e6e3e469264.tar.gz
Add default path (#6)
* Add default path * Improve support/implementation logic * Fix braces in tests * Enable warnings * Emit more generalized form of windows path * Change initialization order * Add --default/-D to documentation * Fix platform detection
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 777f43c..f1292c7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,6 +1,6 @@
#ifndef CLEAN_PATH_CONFIG_H
#define CLEAN_PATH_CONFIG_H
-// Reserved for later use
+#cmakedefine HAVE_CONFSTR @HAVE_CONFSTR@
#endif \ No newline at end of file