From 6ef2a08dbf5648e6df1479ae7e3014fb9500e546 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 07:02:33 +0000 Subject: re-enable ntohl and friends --- include/netinet/in.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netinet') 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 +#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 -- cgit v1.2.3