aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-05-05 22:45:35 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-05-05 22:45:35 -0400
commitbf8a03e4867a019ab66c34832c3d93108c89c840 (patch)
tree58ff2b64f93355957686c528ca28a6d554861d50 /config.h.in
parent70c312779ecad328a8003b93ebe253c4598b6980 (diff)
downloadcleanpath-bf8a03e4867a019ab66c34832c3d93108c89c840.tar.gz
Implement header detection
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..f8a0396
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,7 @@
+#ifndef CLEAN_PATH_CONFIG_H
+#define CLEAN_PATH_CONFIG_H
+
+#cmakedefine HAVE_SYS_LIMIT_H @HAVE_SYS_LIMIT_H@
+#cmakedefine HAVE_LINUX_LIMIT_H @HAVE_LINUX_LIMIT_H@
+
+#endif \ No newline at end of file