Changeset 1185

Show
Ignore:
Timestamp:
06/08/08 10:41:01 (4 months ago)
Author:
ahu
Message:

the recursor finally works on Apple! Many thanks to long time PowerDNS contributor Stefan Arentz

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pdns/pdns/dns.hh

    r1094 r1185  
    170170#define BYTE_ORDER 1 
    171171#define LITTLE_ENDIAN 1 
    172 #elif __FreeBSD__ 
     172#elif __FreeBSD__ || __APPLE__ 
    173173#include <machine/endian.h> 
    174174#elif __linux__