summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--config.h.in3
2 files changed, 5 insertions, 0 deletions
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 <signal.h> header file. */
#undef HAVE_SIGNAL_H