summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/global.h
blob: ad70dcca23b751c6bf378346fb3baa0274a7f146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <signal.h>
#include <string.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <fcntl.h>
#include <signal.h>

#include <ace/ACE.h>
#include <ace/OS.h>
#include <ace/SOCK_Acceptor.h>
#include <ace/SOCK_Connector.h>
#include <ace/Pipe.h>
#include <ace/SOCK_Stream.h>
#include <ace/INET_Addr.h>
#include <ace/Profile_Timer.h>
#include <ace/Thread.h>
#include <ace/Thread_Manager.h>
#include <ace/Service_Config.h>
#include <ace/Log_Msg.h>

#include <math.h>

#define ERRLOG "http_tester.errors"

#ifndef extern_c_symbols
#define extern_c_symbols
extern "C" {

       int usleep(unsigned int useconds);
}
#endif