summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-15 14:59:14 +1000
committerDamien Miller <djm@mindrot.org>2000-07-15 14:59:14 +1000
commitecbb26d3d4490968b5c86e82c286b3d75ad8091e (patch)
tree7fdcc0ecfa9c8662533cae898dfb2fe787f182e8 /acconfig.h
parentbe484b5d9889ca636fecdf1f6b73ddfbe4cce3c9 (diff)
- Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
- Include floatingpoint.h for entropy.c - strerror replacement
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 4528be678..358390bc4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,6 +6,9 @@
6 6
7@TOP@ 7@TOP@
8 8
9/* Define if your system defines sys_errlist[] */
10#undef HAVE_SYS_ERRLIST
11
9/* Define if your system choked on IP TOS setting */ 12/* Define if your system choked on IP TOS setting */
10#undef IP_TOS_IS_BROKEN 13#undef IP_TOS_IS_BROKEN
11 14