blob: 68deca4a1c3794fba3fa81a1bf6b253e0613b63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include <sys/types.h> /* for namser.h */
#include <arpa/nameser.h> /* for BYTE_ORDER */
#include <process.h> /* for execv */
#include <ioctl.h> /* for unix.h */
#include <unix.h>
#include <sys/select.h> /* for select */
#undef HAVE_GETRUSAGE
#define strncasecmp strnicmp
typedef u_short ushort;
extern int isnan(double dsrc);
extern long random(void);
extern void srandom(unsigned int seed);
|