X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/704ff4af8e4f8171c0ff29e4c173ac6ed00ce81e..81e4d3b012b8c17ab17215a2f904a5742e41886d:/config.h.in diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..cae7912 --- /dev/null +++ b/config.h.in @@ -0,0 +1,18 @@ +/* + * config.h - Autoconf config header file. + * + * Jonathan McDowell + * + * 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_ */