diff options
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index 6d8d172..6b2f94a 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -12,6 +12,8 @@ /* Include OS configuration file as chosen in autoconf.h */ #include SYSCONF_INCLUDE +#ifndef MACROS_ONLY + /* Types */ typedef signed INTEGER_8 s8; typedef unsigned INTEGER_8 u8; @@ -22,6 +24,8 @@ typedef unsigned INTEGER_32 u32; typedef u8 byte; typedef u16 word; +#endif + /* * Required alignment for multi-byte accesses. We currently don't * test these values in configure script, because several CPU's |