From 28706c21dca90eac5d555051ae464d6d292d1a7e Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 3 Oct 1998 04:28:32 +0000 Subject: 1998-10-03 Ben Elliston * configure.in: Test for the `_stdcall' keyword. Define `STDCALL' to `_stdcall' if we have it, null otherwise. * configure: Regenerate. * acconfig.h (STDCALL): New define. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 2735a4f..dab82ba 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,2 +1,5 @@ /* Do we know about the C type sigset_t? */ #undef HAVE_SIGSET_T + +/* Do we have the `_stdcall' keyword? */ +#undef STDCALL -- cgit v1.2.3