]> git.mxchange.org Git - flightgear.git/blob - src/NetworkOLK/Tools/HEADERS
Added write-all parameter to save command. If set to true, the
[flightgear.git] / src / NetworkOLK / Tools / HEADERS
1 These includes must be available on any Un*x, Windoze and Mac Donald's
2
3 #include <stdio.h>
4 #include <sys/socket.h>
5 #include <sys/types.h>
6 #include <netinet/in.h>
7 #include <unistd.h>
8 #include <netdb.h>
9 #include <sys/time.h>
10 #include <fcntl.h>
11 #include <sys/utsname.h>
12
13 Please look also into *all* your systemwide "socket.h" and the header
14 files (mainly in /usr/include/sys or krnl-src) included by them for 
15 declarations like "MSG_PEEK" etc.
16 In case of missing MSG_foo declarations please contact me:
17
18 Oliver Delise  <delise@mail.isis.de>