35#ifdef HAVE_SYS_SOCKET_H 
   36#include <sys/socket.h> 
   49#ifndef HAVE_GETTIMEOFDAY 
   50int gettimeofday(
struct timeval *tv, 
void *tz);
 
   55int daemon(
int nochdir, 
int noclose);
 
   60char *
strsep(
char **stringp, 
const char *delim);
 
char * strsep(char **stringp, const char *delim)
char * dirname(char *str)
char * basename(char *str)
int daemon(int nochdir, int noclose)