]> git.mxchange.org Git - flightgear.git/blobdiff - src/NetworkOLK/Tools/HEADERS
Added write-all parameter to save command. If set to true, the
[flightgear.git] / src / NetworkOLK / Tools / HEADERS
index 09b47436d0ca8b873af32e7bff65d7fddedbdea5..2f44fb8b702e10a287345a3bf84a855d0c8e04cd 100644 (file)
@@ -1,4 +1,4 @@
-Please check the presence of the following header files on your system
+These includes must be available on any Un*x, Windoze and Mac Donald's
 
 #include <stdio.h>
 #include <sys/socket.h>
@@ -8,4 +8,11 @@ Please check the presence of the following header files on your system
 #include <netdb.h>
 #include <sys/time.h>
 #include <fcntl.h>
-#include <sys/utsname.h>
\ No newline at end of file
+#include <sys/utsname.h>
+
+Please look also into *all* your systemwide "socket.h" and the header
+files (mainly in /usr/include/sys or krnl-src) included by them for 
+declarations like "MSG_PEEK" etc.
+In case of missing MSG_foo declarations please contact me:
+
+Oliver Delise  <delise@mail.isis.de>