diff options
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in index 454b85aac6a3..7fa3e09e53a1 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -19,6 +19,15 @@ /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD +/* Define to 1 if the system has the type `int16'. */ +#undef HAVE_INT16 + +/* Define to 1 if the system has the type `int32'. */ +#undef HAVE_INT32 + +/* Define to 1 if the system has the type `int8'. */ +#undef HAVE_INT8 + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -93,6 +102,15 @@ /* Define to 1 if you have the `tzset' function. */ #undef HAVE_TZSET +/* Define to 1 if the system has the type `uint16'. */ +#undef HAVE_UINT16 + +/* Define to 1 if the system has the type `uint32'. */ +#undef HAVE_UINT32 + +/* Define to 1 if the system has the type `uint8'. */ +#undef HAVE_UINT8 + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |