summaryrefslogtreecommitdiff
path: root/autoconfig.h.in
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-10-17 18:41:24 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-10-17 18:41:24 +0000
commitfb84eff448f5034347d6fab42781dc9fb6b9d91c (patch)
tree0a96795f184e97bca24b6fd0a98e0210a0353616 /autoconfig.h.in
parenta13372d29d628f2f56f2a111f69ef6c1a7bb10c5 (diff)
astribank_is_starting: use semop if no semtimedop
astribank_is_starting should use a timeout for the semaphore, but if the GNU-specific semtimedop() is not available, we'll just fall back to using semop with no time out. Not as good, but better than nothing. (closes issue #16783) Reported by: abelbeck git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@9426 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'autoconfig.h.in')
-rw-r--r--autoconfig.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/autoconfig.h.in b/autoconfig.h.in
index d95e19c..67aef05 100644
--- a/autoconfig.h.in
+++ b/autoconfig.h.in
@@ -3,6 +3,12 @@
/* Define if your system has the DAHDI headers. */
#undef HAVE_DAHDI
+/* Define if your system has the DAHDI23 headers. */
+#undef HAVE_DAHDI23
+
+/* Define DAHDI23 headers version */
+#undef HAVE_DAHDI23_VERSION
+
/* Define DAHDI headers version */
#undef HAVE_DAHDI_VERSION
@@ -21,6 +27,9 @@
/* Define to indicate the ${NEWT_DESCRIP} library version */
#undef HAVE_NEWT_VERSION
+/* Define to 1 if you have the `semtimedop' function. */
+#undef HAVE_SEMTIMEDOP
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -63,6 +72,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION