From b55bc2f1c15757930ae304e07be2fdfe31f68034 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 12 May 1999 09:45:42 +0000 Subject: [PATCH] add _SOCKADDR_LEN, NEED_PTHREAD_INIT, HAVE_SIGWAIT, _POSIX_PTHREAD_SEMANTICS --- acconfig.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/acconfig.h b/acconfig.h index cdcaa65805..fac9f9fcd5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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