epoc32/include/stdapis/arpa/nameser_compat.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    35 #ifndef _ARPA_NAMESER_COMPAT_
    35 #ifndef _ARPA_NAMESER_COMPAT_
    36 #define	_ARPA_NAMESER_COMPAT_
    36 #define	_ARPA_NAMESER_COMPAT_
    37 
    37 
    38 #define	__BIND		19950621	/* (DEAD) interface version stamp. */
    38 #define	__BIND		19950621	/* (DEAD) interface version stamp. */
    39 
    39 
    40 #include <machine/endian.h>
    40 #include <stdapis/machine/endian.h>
    41 
    41 
    42 #if !defined(_BYTE_ORDER) || \
    42 #if !defined(_BYTE_ORDER) || \
    43     (_BYTE_ORDER != _BIG_ENDIAN && _BYTE_ORDER != _LITTLE_ENDIAN && \
    43     (_BYTE_ORDER != _BIG_ENDIAN && _BYTE_ORDER != _LITTLE_ENDIAN && \
    44     _BYTE_ORDER != _PDP_ENDIAN)
    44     _BYTE_ORDER != _PDP_ENDIAN)
    45 	/* you must determine what the correct bit order is for
    45 	/* you must determine what the correct bit order is for