diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-03-25 08:25:47 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-25 08:25:47 +0000 |
commit | ea2fa32eff17b8ac2b51c0d4dafe43a9f2c5d014 (patch) | |
tree | 616677d70b527c2cf89481450f29c2fb26ccdbf6 /src/include | |
parent | fcd65952fd2dc6ea6b656586cf76db81ac61899a (diff) |
Rather than make this a Linux test, we should just test for the existence
of endian.h. I figure that if it exists it's pretty sure that it has
the byte order information and we may catch some other ports without
any further testing.
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index c268f802863..831a7eaf78a 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -14,6 +14,9 @@ * The following is set using configure. */ +/* Set to 1 if you have <endian.h> */ +#undef HAVE_ENDIAN_H + /* Set to 1 if you have <crypt.h> */ #undef HAVE_CRYPT_H |