diff --git a/BasiliskII/src/MacOSX/config.h.in b/BasiliskII/src/MacOSX/config.h.in index 3d5eda16..79f5df61 100644 --- a/BasiliskII/src/MacOSX/config.h.in +++ b/BasiliskII/src/MacOSX/config.h.in @@ -34,6 +34,9 @@ /* Define to 'off_t' if doesn't define. */ #undef loff_t +/* Define to 'char *' if doesn't define. */ +#undef caddr_t + /* Define to 'int' if 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