summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-27 07:02:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-27 07:02:33 +0000
commit6ef2a08dbf5648e6df1479ae7e3014fb9500e546 (patch)
tree06080eec4f99222d099a97d502a09e52406394c7 /include
parent7bd9ab876040ad73c743561c4c966c6ccf419ecf (diff)
re-enable ntohl and friends
Diffstat (limited to 'include')
-rw-r--r--include/netinet/in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h
index 26be9ea75..377089464 100644
--- a/include/netinet/in.h
+++ b/include/netinet/in.h
@@ -269,6 +269,7 @@ extern uint16_t htons (uint16_t __hostshort)
/* Get machine dependent optimized versions of byte swapping functions. */
#include <bits/byteswap.h>
+#define __OPTIMIZE__
#ifdef __OPTIMIZE__
/* We can optimize calls to the conversion functions. Either nothing has
to be done or we are using directly the byte-swapping functions which