diff options
Diffstat (limited to 'src/libmad/config.h.in')
-rw-r--r-- | src/libmad/config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/libmad/config.h.in b/src/libmad/config.h.in index ec79167a8..2a9671cd2 100644 --- a/src/libmad/config.h.in +++ b/src/libmad/config.h.in @@ -118,14 +118,16 @@ /* Version number of package */ #undef VERSION +/* 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 + /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ #undef inline -#endif /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t |