From 42fa8e0dc950a232993087c400c8f55d7eb47ba1 Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 3 Oct 1998 04:33:35 +0000 Subject: 1998-10-03 Ben Elliston * config.h.in: Regenerate. --- ChangeLog | 2 ++ config.h.in | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1756ce9..9f58732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 header file. */ #undef HAVE_SIGNAL_H -- cgit v1.2.3