diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-28 02:13:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-28 02:13:31 +0000 |
commit | 3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83 (patch) | |
tree | 5c7ffe18c0f939cfcc57bfe33f999815d6c3a317 /config | |
parent | 97b5280bd5ff44b94213559391421ba39e11249a (diff) | |
download | open-axiom-3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83.tar.gz |
* configure.ac.pamphlet: Check from uint8_t.
* config/openaxiom-c-macros.h.in: Rename from
config/axiom-c-macros.h.in.
* src: Propagate change.
Diffstat (limited to 'config')
-rw-r--r-- | config/openaxiom-c-macros.h.in (renamed from config/axiom-c-macros.h.in) | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/axiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index f84a152f..195250b1 100644 --- a/config/axiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -1,4 +1,4 @@ -/* config/axiom-c-macros.h.in. Generated from configure.ac by autoheader. */ +/* config/openaxiom-c-macros.h.in. Generated from configure.ac by autoheader. */ /* BSD flavour */ #undef BSDplatform @@ -127,3 +127,12 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING + +/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, + <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the + #define below would cause a syntax error. */ +#undef _UINT8_T + +/* Define to the type of an unsigned integer type of width exactly 8 bits if + such a type exists and the standard includes do not define it. */ +#undef uint8_t |