diff options
author | Michael Biebl <biebl@debian.org> | 2013-03-05 17:35:26 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-03-05 17:35:26 +0100 |
commit | ac1a840d0afd724fa614eed5d64112a9ecf097f8 (patch) | |
tree | 29fc7cd1a00820ae3bda8e5b08e32da89c055e60 /config.h.in | |
parent | 3793efd744861415cbb0e10df6ac9eab7b21e78e (diff) | |
download | rsyslog-ac1a840d0afd724fa614eed5d64112a9ecf097f8.tar.gz |
Imported Upstream version 7.2.6upstream/7.2.6
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index fa305e7..0e9ecf0 100644 --- a/config.h.in +++ b/config.h.in @@ -79,6 +79,9 @@ /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME +/* Define to 1 if you have the `getifaddrs' function. */ +#undef HAVE_GETIFADDRS + /* Define to 1 if you have the `getline' function. */ #undef HAVE_GETLINE @@ -235,8 +238,8 @@ /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ #undef HAVE_STRUCT_SOCKADDR_SA_LEN -/* Define to 1 if you have the `sysinfo' function. */ -#undef HAVE_SYSINFO +/* set define */ +#undef HAVE_SYSINFO_UPTIME /* Define to 1 if you have the <syslog.h> header file. */ #undef HAVE_SYSLOG_H |