Revision: 40564
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40564&view=rev
Author:   erikgreenwald
Date:     2010-09-14 22:04:42 +0000 (Tue, 14 Sep 2010)

Log Message:
-----------
conditionalize the include of isst_config.h

Modified Paths:
--------------
    isst/trunk/gtk/gui.c
    isst/trunk/gtk/local_worker.c
    isst/trunk/gtk/main.c
    isst/trunk/gtk/net_worker.c

Modified: isst/trunk/gtk/gui.c
===================================================================
--- isst/trunk/gtk/gui.c        2010-09-14 20:57:55 UTC (rev 40563)
+++ isst/trunk/gtk/gui.c        2010-09-14 22:04:42 UTC (rev 40564)
@@ -24,7 +24,9 @@
  *
  */
 
-#include "isst_config.h"
+#ifdef HAVE_CONFIG_H
+# include "isst_config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <pthread.h>

Modified: isst/trunk/gtk/local_worker.c
===================================================================
--- isst/trunk/gtk/local_worker.c       2010-09-14 20:57:55 UTC (rev 40563)
+++ isst/trunk/gtk/local_worker.c       2010-09-14 22:04:42 UTC (rev 40564)
@@ -24,7 +24,9 @@
  *
  */
 
-#include "isst_config.h"
+#ifdef HAVE_CONFIG_H
+# include "isst_config.h"
+#endif
 
 #include <pthread.h>
 

Modified: isst/trunk/gtk/main.c
===================================================================
--- isst/trunk/gtk/main.c       2010-09-14 20:57:55 UTC (rev 40563)
+++ isst/trunk/gtk/main.c       2010-09-14 22:04:42 UTC (rev 40564)
@@ -24,7 +24,9 @@
  *
  */
 
-#include "isst_config.h"
+#ifdef HAVE_CONFIG_H
+# include "isst_config.h"
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>

Modified: isst/trunk/gtk/net_worker.c
===================================================================
--- isst/trunk/gtk/net_worker.c 2010-09-14 20:57:55 UTC (rev 40563)
+++ isst/trunk/gtk/net_worker.c 2010-09-14 22:04:42 UTC (rev 40564)
@@ -24,7 +24,9 @@
  *
  */
 
-#include "isst_config.h"
+#ifdef HAVE_CONFIG_H
+# include "isst_config.h"
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to