From 5866ba50f1d8ba026f690c4906f2a6705b520fc9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 07:22:21 +0000 Subject: Be more careful about not redefining stuf --- include/netinet/in.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netinet/in.h b/include/netinet/in.h index 377089464..85f780c47 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -269,7 +269,9 @@ extern uint16_t htons (uint16_t __hostshort) /* Get machine dependent optimized versions of byte swapping functions. */ #include +#ifndef __OPTIMIZE__ #define __OPTIMIZE__ +#endif #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