#ifndef __UNISTD_H__ #define __UNISTD_H__ #include #include #include "getopt.h" #define random rand #define SIGHUP 1 #endif