diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 09:57:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 09:57:02 +0000 |
commit | bec7683ec23befea56d885bc18e7e0fdc6fdf08b (patch) | |
tree | 62007690114b8dde08639c1e9e71e592756a0646 /configure.ac | |
parent | 6c305fdc9a635e03727b19425318ce2eab924c0b (diff) | |
download | rsyslog-bec7683ec23befea56d885bc18e7e0fdc6fdf08b.tar.gz rsyslog-bec7683ec23befea56d885bc18e7e0fdc6fdf08b.tar.xz rsyslog-bec7683ec23befea56d885bc18e7e0fdc6fdf08b.zip |
enhanced $Include to allow inclusion of a complete directory
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1e11c930..0d3f1ed5 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_TYPE_SIGNAL AC_FUNC_STAT AC_FUNC_VPRINTF AC_FUNC_WAIT3 -AC_CHECK_FUNCS([setsid alarm gethostbyname gethostname gettimeofday memset regcomp select socket strcasecmp strchr strerror strndup strrchr strstr strtol strtoul uname]) +AC_CHECK_FUNCS([setsid alarm gethostbyname gethostname gettimeofday memset regcomp select socket strcasecmp strchr strerror strndup strnlen strrchr strstr strtol strtoul uname]) # Large file support |