aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-01 10:15:08 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-01 10:15:08 +0000
commit662430923784dea9509d60cbef0bd3fa29b23b00 (patch)
tree27ef2980e285b9e0bfe7cfcc20d8724be8e1603d /config
parent72d3df9188861d62e9c6e1a29a720d6dc0696d99 (diff)
downloadopen-axiom-662430923784dea9509d60cbef0bd3fa29b23b00.tar.gz
* config/open-axiom.m4: Check for uid_t.
Diffstat (limited to 'config')
-rw-r--r--config/open-axiom.m41
-rw-r--r--config/openaxiom-c-macros.h.in6
2 files changed, 7 insertions, 0 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index f370ba11..9a3fde89 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -18,6 +18,7 @@ AC_CHECK_TYPES([intptr_t],[],[AC_TYPE_INTPTR_T])
AC_CHECK_TYPES([uintptr_t],[],[AC_TYPE_UINTPTR_T])
AC_CHECK_TYPES([intmax_t],[],[AC_TYPE_INTMAX_T])
AC_CHECK_TYPES([uintmax_t],[],[AC_TYPE_UINTMAX_T])
+AC_TYPE_UID_T
])
diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in
index 614c8fcc..d5520af5 100644
--- a/config/openaxiom-c-macros.h.in
+++ b/config/openaxiom-c-macros.h.in
@@ -241,6 +241,9 @@
#define below would cause a syntax error. */
#undef _UINT8_T
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef gid_t
+
/* Define to the type of a signed integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef int16_t
@@ -268,6 +271,9 @@
/* Alignment query operator */
#undef openaxiom_alignment
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef uid_t
+
/* Define to the type of an unsigned integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef uint16_t