Revision: 55645
          http://sourceforge.net/p/brlcad/code/55645
Author:   brlcad
Date:     2013-06-04 03:12:44 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
windows has fileno() (because we define it to _fileno()), and there aren't c99 
declaration issues because msvc doesn't give a hoot about it.

Modified Paths:
--------------
    brlcad/trunk/include/config_win.h

Modified: brlcad/trunk/include/config_win.h
===================================================================
--- brlcad/trunk/include/config_win.h   2013-06-04 03:10:27 UTC (rev 55644)
+++ brlcad/trunk/include/config_win.h   2013-06-04 03:12:44 UTC (rev 55645)
@@ -75,8 +75,11 @@
  * declare results of configure tests
  */
 
+#define HAVE_DECL_FILENO       1
+
 #define HAS_OPENGL             1
 #define HAVE_FCNTL_H           1
+#define HAVE_FILENO            1
 #define HAVE_GETFULLPATHNAME   1
 #define HAVE_GETHOSTNAME       1
 #define HAVE_GETPROGNAME        1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to