/* * 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_ */