diff options
author | bje <bje> | 1998-10-03 04:28:32 +0000 |
---|---|---|
committer | bje <bje> | 1998-10-03 04:28:32 +0000 |
commit | 28706c21dca90eac5d555051ae464d6d292d1a7e (patch) | |
tree | 3416351c10d7ae608227d23027143cacd57725dc /acconfig.h | |
parent | 6387bf1151eb5d61e4ce2fca165b013dcc5e29fc (diff) |
1998-10-03 Ben Elliston <bje@cygnus.com>
* configure.in: Test for the `_stdcall' keyword. Define `STDCALL'
to `_stdcall' if we have it, null otherwise.
* configure: Regenerate.
* acconfig.h (STDCALL): New define.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |