From bc3013fc68746265db78bf92623f7e6e3e469264 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 16 May 2021 21:06:48 -0400 Subject: 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 --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') 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 -- cgit