summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index e05d59ed32..c5f70fc8e0 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -74,6 +74,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
+/* Define to `unsigned int' or other type that is 32 bit. */
+#undef uint32_t
+
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
@@ -83,6 +86,9 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef dev_t
+/* Define on big-endian machines */
+#undef WORDS_BIGENDIAN
+
/* Define to `unsigned long' if <sys/types.h> doesn't define. */
#undef rlim_t