summaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-04-17 21:46:47 -0600
committerEduardo Chappa <chappa@washington.edu>2021-04-17 22:03:56 -0600
commitd2ad22272baf7d977d6dac930d149af0cd8982c9 (patch)
tree659005f73de6d966a7444b9ebce8084fadb7f6ba /include/config.h.in
parentf6519aa1448e62a757d43e57cabd081ab594dfb1 (diff)
downloadalpine-d2ad22272baf7d977d6dac930d149af0cd8982c9.tar.xz
* Add new type SUINT32, as a shorter version of UINT32 for systems that
do not have a proper uint32_t type. SUINT32 is defined by default to be UINT32, but during compilation the user can define an environment variable SUINT32 to be, say, unsigned long, and that will make SUINT32 to take that type. This, and the source codem, are the only places where this is documented. Work in collaboration with professor Martin Trusler.
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
index 834950c3..7d978e6f 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -608,6 +608,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* System defined for shorter than unsigned 32 bit integer */
+#undef SUINT32
+
/* System pinerc */
#undef SYSTEM_PINERC