summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 0fd4d47..1fcf216 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,6 +8,9 @@
/* Use linux pragma pack */
#undef FGL_LINUX
+/* Define to 1 if you have the <byteswap.h> header file. */
+#undef HAVE_BYTESWAP_H
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -86,6 +89,9 @@
/* Build support for Exa */
#undef USE_EXA
+/* Define to use byteswap macros from <sys/endian.h> */
+#undef USE_SYS_ENDIAN_H
+
/* Build support for XAA */
#undef USE_XAA
@@ -100,3 +106,12 @@
/* X server has built-in mode code */
#undef XMODES
+
+/* Define to 16-bit byteswap macro */
+#undef bswap_16
+
+/* Define to 32-bit byteswap macro */
+#undef bswap_32
+
+/* Define to 64-bit byteswap macro */
+#undef bswap_64