1 /* 2 * Copyright 2011, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _NETINET_IN_SYSTM_H_ 6 #define _NETINET_IN_SYSTM_H_ 7 8 9 #include <features.h> 10 11 12 #ifdef _DEFAULT_SOURCE 13 14 15 #include <stdint.h> 16 17 18 typedef uint16_t n_short; 19 typedef uint32_t n_long; 20 typedef uint32_t n_time; 21 22 23 #endif 24 25 26 #endif /* _NETINET_IN_SYSTM_H_ */ 27