aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-05-06 16:49:09 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-05-06 16:49:09 -0400
commit41ba28892a04ab8a35a2751b4b7801414706f284 (patch)
treef914fca18ecc3bdb8211efeba9aff6bdec994892 /config.h.in
parentc429ae2f0790c3486e7e420f4f2883c6a530ccf0 (diff)
downloadcleanpath-41ba28892a04ab8a35a2751b4b7801414706f284.tar.gz
Forget about ARG_MAX. The likelihood of accepting an unfathomably large input from the environment is pretty low
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index f8a0396..777f43c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,7 +1,6 @@
#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@
+// Reserved for later use
#endif \ No newline at end of file