add _SOCKADDR_LEN, NEED_PTHREAD_INIT, HAVE_SIGWAIT, _POSIX_PTHREAD_SEMANTICS

This commit is contained in:
Bob Halley 1999-05-12 09:45:42 +00:00
parent 96f55bdc73
commit b55bc2f1c1

View file

@ -29,3 +29,15 @@
/* define if your struct sockaddr has a sa_len member */
#undef HAVE_SA_LEN
/* define on DEC OSF to enable 4.4BSD style sa_len support */
#undef _SOCKADDR_LEN
/* define if your system needs pthread_init() before using pthreads */
#undef NEED_PTHREAD_INIT
/* define if your system has sigwait() */
#undef HAVE_SIGWAIT
/* define on Solaris to get sigwait() to work using pthreads semantics */
#undef _POSIX_PTHREAD_SEMANTICS