aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-03-16 09:38:38 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-03-16 09:38:38 +0000
commit760a4bdf5dd5679cf17b4eacf8c5e178cec30839 (patch)
treeb98920b0811b6463becf292ceeb6c8a1f24e7b4a /config.h.in
parent01a31912491efa232e08f71057edb258986b5508 (diff)
downloadsg3_utils-760a4bdf5dd5679cf17b4eacf8c5e178cec30839.tar.gz
Add little/big endian specializations to sg_unaligned.h
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@762 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d575de9c..ab0eb007 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the <byteswap.h> header file. */
+#undef HAVE_BYTESWAP_H
+
/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME
@@ -72,6 +75,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* use generic little-endian/big-endian instead */
+#undef IGNORE_FAST_LEBE
+
/* option ignored */
#undef IGNORE_LINUX_BSG