]> git.sommitrealweird.co.uk Git - onak.git/blobdiff - config.h.in
Initial introduction of autoconf support; just endian checking at present.
[onak.git] / config.h.in
diff --git a/config.h.in b/config.h.in
new file mode 100644 (file)
index 0000000..cae7912
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * config.h - Autoconf config header file.
+ *
+ * Jonathan McDowell <noodles@earth.li>
+ *
+ * Copyright 2004 Project Purple
+ *
+ * $Id: onak-conf.h,v 1.12 2003/10/15 21:15:21 noodles Exp $
+ */
+
+#ifndef __CONFIG_H_
+#define __CONFIG_H_
+
+/* Define to 1 if your processor stores words with the most significant byte
+ *    first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
+
+#endif /* __CONFIG_H_ */