Remove CVS Id tags.
[onak.git] / config.h.in
1 /*
2  * config.h - Autoconf config header file.
3  *
4  * Jonathan McDowell <noodles@earth.li>
5  *
6  * Copyright 2004 Project Purple
7  */
8
9 #ifndef __CONFIG_H_
10 #define __CONFIG_H_
11
12 /* Define to 1 if your processor stores words with the most significant byte
13  *    first (like Motorola and SPARC, unlike Intel and VAX). */
14 #undef WORDS_BIGENDIAN
15
16 #endif /* __CONFIG_H_ */