Changes from recent Unix version

This commit is contained in:
nigel 2002-04-29 11:23:59 +00:00
parent 3e76d393e1
commit 7244cdf618

View File

@ -34,6 +34,9 @@
/* Define to 'off_t' if <sys/types.h> doesn't define. */
#undef loff_t
/* Define to 'char *' if <sys/types.h> doesn't define. */
#undef caddr_t
/* Define to 'int' if <sys/types.h> doesn't define. */
#undef socklen_t
@ -139,6 +142,12 @@
/* Define if you have the pthread_cancel function. */
#undef HAVE_PTHREAD_CANCEL
/* Define if you have the pthread_mutexattr_setprotocol function. */
#undef HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL
/* Define if you have the pthread_mutexattr_settype function. */
#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
/* Define if you have the sem_init function. */
#undef HAVE_SEM_INIT