diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | config.h.in | 3 | 
2 files changed, 5 insertions, 0 deletions
| @@ -6,6 +6,8 @@  	* configure: Regenerate.  	* acconfig.h (STDCALL): New define. + +	* config.h.in: Regenerate.  	* mutex.c (pthread_mutex_init): Correct function signature. diff --git a/config.h.in b/config.h.in index 6671c7f..920b9c4 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@  /* Do we know about the C type sigset_t? */  #undef HAVE_SIGSET_T +/* Do we have the `_stdcall' keyword? */ +#undef STDCALL +  /* Define if you have the <signal.h> header file.  */  #undef HAVE_SIGNAL_H | 
