summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-15 15:08:45 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-01-15 15:08:45 +0000
commit74f401d05f8824e82cfdc33f6d5b61bc985bad4a (patch)
tree9969df2ad75daa5732b218fdad3f5abdc3f4b326 /include/asterisk
parentaae1abbae393ceeed557a6dc9f408da0f9335161 (diff)
Merged revisions 50867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50867 | kpfleming | 2007-01-15 09:03:06 -0600 (Mon, 15 Jan 2007) | 2 lines use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 0a273564c..a476eb92b 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -5,9 +5,6 @@
#include "asterisk/buildopts.h"
-#ifndef _REENTRANT
-#define _REENTRANT
-#endif
/* Define to 1 if the `closedir' function returns void instead of `int'. */
@@ -316,6 +313,9 @@
/* Define to indicate the ${PRI_DESCRIP} library version */
#undef HAVE_PRI_VERSION
+/* Define if you have POSIX threads libraries and header files. */
+#undef HAVE_PTHREAD
+
/* Define if your system has the PTHREAD_RWLOCK_INITIALIZER headers. */
#undef HAVE_PTHREAD_RWLOCK_INITIALIZER
@@ -621,6 +621,10 @@
/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES
+/* Define to necessary symbol if this constant uses a non-standard name on
+ your system. */
+#undef PTHREAD_CREATE_JOINABLE
+
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE