diff options
author | Michael Biebl <biebl@debian.org> | 2013-09-03 22:42:46 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-09-03 22:42:46 +0200 |
commit | 0c656246c6818b9fd0426411ed1cf926fbbc907d (patch) | |
tree | ca5db297c70a912d88b42df3c56a53c304aef5a3 /config.h.in | |
parent | a400789c367fd3cd8d0f9588ca2af72dcac47c9c (diff) | |
download | rsyslog-0c656246c6818b9fd0426411ed1cf926fbbc907d.tar.gz |
Imported Upstream version 7.4.4upstream/7.4.4
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index f050273..1eab168 100644 --- a/config.h.in +++ b/config.h.in @@ -183,8 +183,8 @@ /* Define to 1 if you have the <semaphore.h> header file. */ #undef HAVE_SEMAPHORE_H -/* Define to 1 if you have the `setid' function. */ -#undef HAVE_SETID +/* Define to 1 if you have the `setsid' function. */ +#undef HAVE_SETSID /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET |