Update for version 9.4.2-P2

This commit is contained in:
Doug Barton 2008-09-01 22:55:23 +00:00
parent ac9a011f43
commit 35a876a0ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182646

View File

@ -289,9 +289,13 @@ int sigwait(const unsigned int *set, int *sig);
/* define if idnkit support is to be included. */
/* #undef WITH_IDN */
/* 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 WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
#if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
#elif ! defined __LITTLE_ENDIAN__
/* # undef WORDS_BIGENDIAN */
#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */