summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2008-06-27 07:22:12 +0200
committerBrice Goglin <bgoglin@debian.org>2008-06-27 07:22:12 +0200
commit49e65dfc9a815e29cf02102faa837d6c30f18ef7 (patch)
treefff95ac261590e8eed110570df818000fbe04dd9 /config.h.in
parent45d5d763b5b7170b3535af1d5a933a2b67a989fe (diff)
downloadxf86-video-ati-frc-49e65dfc9a815e29cf02102faa837d6c30f18ef7.tar.gz
xf86-video-ati-frc-49e65dfc9a815e29cf02102faa837d6c30f18ef7.tar.bz2
New upstream release
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