aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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