mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Don't use AST_C_DEFINE_CHECK for the two pthread things that may not actually be definitions, they could be enums for example.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96071 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -574,12 +574,10 @@
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
#undef HAVE_PTHREAD
|
||||
|
||||
/* Define if your system has the PTHREAD_MUTEX_RECURSIVE_NP headers. */
|
||||
/* Define to 1 if your system defines PTHREAD_MUTEX_RECURSIVE_NP in pthread.h
|
||||
*/
|
||||
#undef HAVE_PTHREAD_MUTEX_RECURSIVE_NP
|
||||
|
||||
/* Define PTHREAD_MUTEX_RECURSIVE_NP headers version */
|
||||
#undef HAVE_PTHREAD_MUTEX_RECURSIVE_NP_VERSION
|
||||
|
||||
/* Define if your system has the PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
||||
headers. */
|
||||
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
||||
@@ -593,12 +591,10 @@
|
||||
/* Define PTHREAD_RWLOCK_INITIALIZER headers version */
|
||||
#undef HAVE_PTHREAD_RWLOCK_INITIALIZER_VERSION
|
||||
|
||||
/* Define if your system has the PTHREAD_RWLOCK_PREFER_WRITER_NP headers. */
|
||||
/* Define to 1 if your system defines PTHREAD_RWLOCK_PREFER_WRITER_NP in
|
||||
pthread.h */
|
||||
#undef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
|
||||
|
||||
/* Define PTHREAD_RWLOCK_PREFER_WRITER_NP headers version */
|
||||
#undef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP_VERSION
|
||||
|
||||
/* Define to 1 if the system has the type `ptrdiff_t'. */
|
||||
#undef HAVE_PTRDIFF_T
|
||||
|
||||
|
Reference in New Issue
Block a user