summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbje <bje>1998-10-03 04:33:35 +0000
committerbje <bje>1998-10-03 04:33:35 +0000
commit42fa8e0dc950a232993087c400c8f55d7eb47ba1 (patch)
treedb24c86db6d1c1a4e478451f9fe6c2e35fabf749
parent28706c21dca90eac5d555051ae464d6d292d1a7e (diff)
1998-10-03 Ben Elliston <bje@cygnus.com>
* config.h.in: Regenerate.
-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