revert cygwin stuff

This commit is contained in:
Erik Ekman
2009-01-24 22:12:00 +00:00
committed by Erik Ekman
parent 6de3368f39
commit 0836ad0a5b
8 changed files with 3 additions and 79 deletions

View File

@@ -23,5 +23,5 @@ $(TEST): $(OBJS) $(SRCOBJS)
clean:
@echo "Cleaning tests/"
@rm -f *~ *.core $(TEST){,exe} $(OBJS)
@rm -f *~ *.core $(TEST) $(OBJS)

View File

@@ -23,11 +23,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/stat.h>
#ifndef __CYGWIN__
#include <arpa/nameser.h>
#else
#include "windows.h"
#endif
#include "common.h"
#include "dns.h"

View File

@@ -18,11 +18,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/stat.h>
#ifndef __CYGWIN__
#include <arpa/nameser.h>
#else
#include "windows.h"
#endif
#ifdef DARWIN
#include <arpa/nameser8_compat.h>
#endif