summaryrefslogtreecommitdiff
path: root/indexing/lamstex-index/config.sun-gcc.h
blob: 5d9442863bb0f2a2238be6813887863afa421f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define int short
#undef ANSI /* To use old-style K&R functions */
#undef MICROSOFTC
#undef LITTLENDIAN

#ifdef ANSI
/* Other things in ANSI C are good, but this is a crock */
#define READ_BINARY "rb"
#define WRITE_BINARY "wb"
#else
/* The good old simple and logical K&R I/O */
#define READ_BINARY "r"
#define WRITE_BINARY "w"
#endif