summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-23 13:46:57 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-23 13:46:57 +0000
commit91c3d90e8f1205e3087d5ce2c3eeae07893b1c17 (patch)
treef546eff309c8edef6b6ee96ee2a96f6591d663d8 /include/asterisk/autoconfig.h.in
parented1775bd109f3101df9f94f0fdb9373995a1a471 (diff)
Use autoconf logic to determine byte swapping macro presence. This should now also use other macros if present.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 94e8449dd..660649d39 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -68,6 +68,9 @@
/* Define to indicate the ${BKTR_DESCRIP} library version */
#undef HAVE_BKTR_VERSION
+/* Define to 1 if byteswap.h macros are available. */
+#undef HAVE_BYTESWAP_H
+
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
@@ -586,6 +589,13 @@
*/
#undef HAVE_SYS_DIR_H
+/* Define to 1 if your sys/endian.h header file provides the bswap16 macro. */
+#undef HAVE_SYS_ENDIAN_BSWAP16
+
+/* Define to 1 if your sys/endian.h header file provides the __swap16 macro.
+ */
+#undef HAVE_SYS_ENDIAN_SWAP16
+
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H