src/network/core/os_abstraction.h
branchcustombridgeheads
changeset 5645 72ebd9e4cd64
parent 5643 3778051e8095
child 5648 1608018c5ff2
equal deleted inserted replaced
5644:ec96a5a38023 5645:72ebd9e4cd64
   174 #else
   174 #else
   175 	return true;
   175 	return true;
   176 #endif
   176 #endif
   177 }
   177 }
   178 
   178 
       
   179 #ifdef __APPLE__
       
   180 /* Looks like sys/socket.h uses a name we got in macros.h */
       
   181 #undef ALIGN
       
   182 #endif
       
   183 
   179 #endif /* ENABLE_NETWORK */
   184 #endif /* ENABLE_NETWORK */
   180 
   185 
   181 #endif /* NETWORK_CORE_OS_ABSTRACTION_H */
   186 #endif /* NETWORK_CORE_OS_ABSTRACTION_H */