1
1
openmpi/ompi/mca/io/romio
Jeff Squyres 8ec6721f24 Prior fix for the ROMIO re-#define problem didn't really fix the
problem because Autoconf replaced the "#undef ..." with "#define
...".  Fix this by not putting the "#undef ..." statement directly in
romioconf.h[.in] -- but rather having romioconf.h[.in] #include
romioconf-undefs.h, which has the #undef statements.

This commit was SVN r7252.
2005-09-09 10:33:04 +00:00
..
romio Prior fix for the ROMIO re-#define problem didn't really fix the 2005-09-09 10:33:04 +00:00
src Part 1 of 2 of a commit to reduce filenames in the romio component 2005-08-27 15:17:25 +00:00
autogen.subdirs Part 1 of 2 of a commit to reduce filenames in the romio component 2005-08-27 15:17:25 +00:00
configure.m4 Part 1 of 2 of a commit to reduce filenames in the romio component 2005-08-27 15:17:25 +00:00
configure.params Rename src -> ompi 2005-07-02 13:43:57 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00