diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-05-06 16:49:09 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-05-06 16:49:09 -0400 |
commit | 41ba28892a04ab8a35a2751b4b7801414706f284 (patch) | |
tree | f914fca18ecc3bdb8211efeba9aff6bdec994892 /config.h.in | |
parent | c429ae2f0790c3486e7e420f4f2883c6a530ccf0 (diff) | |
download | cleanpath-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.in | 3 |
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 |