diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 13:09:21 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 13:09:21 +0000 |
commit | 32dc07292db588602340e3403df48cc1d0f9bf8c (patch) | |
tree | 2a892f09f54be3ee644351a69f44b602c8137fa6 /dmake | |
parent | 6176ecefea40eac0188bc11998ba4af8526182a7 (diff) |
INTEGRATION: CWS ooo20040329 (1.10.4); FILE MERGED
2004/03/19 12:40:18 waratah 1.10.4.1: #i13620# Extra defines as used by configure
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 |