Changeset 454 for trunk/server/source3/libaddns
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- Location:
- trunk/server/source3/libaddns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/libaddns/dns.h
r414 r454 41 41 #include <fcntl.h> 42 42 #include <time.h> 43 #ifndef __OS2__ 43 44 #include <string.h> 45 #endif 44 46 #include <errno.h> 45 47 #include <netdb.h> -
trunk/server/source3/libaddns/dnserr.h
r414 r454 36 36 /* Setup the DNS_ERROR typedef. Technique takes from nt_status.h */ 37 37 38 #if defined(HAVE_IMMEDIATE_STRUCTURES) 38 #if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__) 39 39 typedef struct {uint32 v;} DNS_ERROR; 40 40 #define ERROR_DNS(x) ((DNS_ERROR) { x })
Note:
See TracChangeset
for help on using the changeset viewer.