[cig-commits] r13632 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:16:34 PST 2008


Author: luis
Date: 2008-12-09 18:16:32 -0800 (Tue, 09 Dec 2008)
New Revision: 13632

Modified:
   cs/cigma/trunk/src/Common.h
Log:
Finally, use the "config.h" header generated by autoheader

Modified: cs/cigma/trunk/src/Common.h
===================================================================
--- cs/cigma/trunk/src/Common.h	2008-12-10 02:16:31 UTC (rev 13631)
+++ cs/cigma/trunk/src/Common.h	2008-12-10 02:16:32 UTC (rev 13632)
@@ -1,11 +1,11 @@
 #ifndef __CIGMA_COMMON_H__
 #define __CIGMA_COMMON_H__
 
-/*
- * Common headers for cigma
- *
- */
+/* Common headers for cigma */
 
+// Configuration information
+#include "config.h"
+
 // Basic definitions
 #include "Definitions.h"
 



More information about the CIG-COMMITS mailing list