[MOAB-dev] r3260 - MOAB/trunk

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Nov 2 16:12:07 CST 2009


Author: kraftche
Date: 2009-11-02 16:12:07 -0600 (Mon, 02 Nov 2009)
New Revision: 3260

Modified:
   MOAB/trunk/configure.ac
Log:
move some logic from common code to MOAB-specific, because it is the latter

Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac	2009-11-02 22:11:06 UTC (rev 3259)
+++ MOAB/trunk/configure.ac	2009-11-02 22:12:07 UTC (rev 3260)
@@ -166,6 +166,9 @@
 if test "xyes" = "x$MPI_CXX_HELP_NEEDED"; then
   AC_DEFINE( [MB_MPI_CXX_CONFLICT], [1], 
     [MPICH_IGNORE_CXX_SEEK is not sufficient to avoid conflicts] )
+  AC_DEFINE_UNQUOTED([MB_SEEK_SET],[$SEEK_SET],["Value of C SEEK_SET"])
+  AC_DEFINE_UNQUOTED([MB_SEEK_CUR],[$SEEK_CUR],["Value of C SEEK_CUR"])
+  AC_DEFINE_UNQUOTED([MB_SEEK_END],[$SEEK_END],["Value of C SEEK_END"])
 fi
 
 ################################################################################



More information about the moab-dev mailing list