aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-11 20:21:18 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-11 20:21:18 +0000
commite7535bca2b51bf4b8823a957265e2256b8560e02 (patch)
tree3e9e65698b135ebd90f2e6737798ae2329c643e8 /include/asterisk
parent749bc01b9724dec98e815e7f479fbe3ba4a9fc0e (diff)
Add a configure script check for sysinfo support.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61557 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index ef6a76a49..7481fa83e 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -504,6 +504,9 @@
/* Define to indicate the ${SUPPSERV_DESCRIP} library version */
#undef HAVE_SUPPSERV_VERSION
+/* Define to 1 if your system has sysinfo support */
+#undef HAVE_SYSINFO
+
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
@@ -742,6 +745,9 @@
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES