Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13754/src/mapiclient

Modified Files:
        MapiClient.mx 
Log Message:
Check for existence of <sys/ioctl.h>.

Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- MapiClient.mx       14 Aug 2007 10:32:27 -0000      1.34
+++ MapiClient.mx       14 Aug 2007 10:35:06 -0000      1.35
@@ -194,7 +194,9 @@
 #  include <time.h>
 # endif
 #endif
+#ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
+#endif
 
 #if defined(_MSC_VER) && _MSC_VER >= 1400
 #define fileno _fileno


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to