diff options
Diffstat (limited to 'Build/source/libs/potrace/potrace-src/config.h.in')
-rw-r--r-- | Build/source/libs/potrace/potrace-src/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/libs/potrace/potrace-src/config.h.in b/Build/source/libs/potrace/potrace-src/config.h.in index 532dd151ad8..9375fca7207 100644 --- a/Build/source/libs/potrace/potrace-src/config.h.in +++ b/Build/source/libs/potrace/potrace-src/config.h.in @@ -87,6 +87,11 @@ /* Version number of package */ #undef VERSION +/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT64_T + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus @@ -98,3 +103,7 @@ /* Replacement function for strncasecmp */ #undef strncasecmp + +/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef uint64_t |