1
1
openmpi/include
David Daniel 5ce8144d91 Probably an unpopular change, but...
In order to get consistent behaviour on linux with various gcc versions,
I am defining _GNU_SOURCE in ompi_config.h and changing the definition
of asprintf, etc.

Problems:
1) autoconf was defining _GNU_SOURCE for its tests, but we were not
setting it
2) g++ sets it by default (I think)
3) some version of gcc set it by default

If somebody knows a consistent solution for these problems then we can
revert to not setting it.

This commit was SVN r2230.
2004-08-19 19:27:15 +00:00
..
Makefile.am Oops -- macros not defined. 2004-07-22 17:15:08 +00:00
mpi.h Committing several things under one commit, but they're all at least 2004-08-14 01:56:05 +00:00
mpif.h.in Temporary fix -- Edgar is going to go home and look up proper, modern 2004-08-13 20:43:54 +00:00
ompi_config_bottom.h Probably an unpopular change, but... 2004-08-19 19:27:15 +00:00
ompi_stdint.h fixes for Solaris 2004-08-15 23:54:30 +00:00