diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 08:54:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 08:54:58 +0000 |
commit | 31e188f8e7db7c057f1edd29c72703a3ff00ef0b (patch) | |
tree | 2a9622e19d55bcbc8518d8bc6f70c209dbafbaa4 /configure.ac | |
parent | 5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd (diff) | |
download | rsyslog-31e188f8e7db7c057f1edd29c72703a3ff00ef0b.tar.gz rsyslog-31e188f8e7db7c057f1edd29c72703a3ff00ef0b.tar.xz rsyslog-31e188f8e7db7c057f1edd29c72703a3ff00ef0b.zip |
added support (checks) for inline
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1f4b9d00..66bb95d3 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h paths.h stdi # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST +AC_C_INLINE AC_TYPE_OFF_T AC_TYPE_PID_T AC_TYPE_SIZE_T |