parent
008f1a9208
commit
74786d7691
|
@ -1,3 +1,5 @@
|
||||||
|
/* $NetBSD: config.h,v 1.2 2004/11/07 01:12:56 christos Exp $ */
|
||||||
|
|
||||||
/* config.h. Generated by configure. */
|
/* config.h. Generated by configure. */
|
||||||
/* config.h.in. Generated from configure.in by autoheader. */
|
/* config.h.in. Generated from configure.in by autoheader. */
|
||||||
/*
|
/*
|
||||||
|
@ -242,7 +244,10 @@ int sigwait(const unsigned int *set, int *sig);
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
/* #undef WORDS_BIGENDIAN */
|
#include <sys/endian.h>
|
||||||
|
#if _BYTE_ORDER == _BIG_ENDIAN
|
||||||
|
#define WORDS_BIGENDIAN
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||||||
/* #undef const */
|
/* #undef const */
|
||||||
|
|
Loading…
Reference in New Issue