Changeset 2398 for libcaca/trunk/stubs.h
- Timestamp:
- Jun 15, 2008, 2:28:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/stubs.h
r2299 r2398 51 51 52 52 /* hton16() and hton32() */ 53 #if defined HAVE_HTONS 54 # if defined __KERNEL__ 55 /* Nothing to do */ 56 # elif defined HAVE_ARPA_INET_H 53 #if defined HAVE_HTONS && !defined __KERNEL__ 54 # if defined HAVE_ARPA_INET_H 57 55 # include <arpa/inet.h> 58 56 # elif defined HAVE_NETINET_IN_H … … 62 60 # define hton32 htonl 63 61 #else 64 # if defined HAVE_ENDIAN_H 62 # if defined __KERNEL__ 63 /* Nothing to do */ 64 # elif defined HAVE_ENDIAN_H 65 65 # include <endian.h> 66 66 # endif
Note: See TracChangeset
for help on using the changeset viewer.