solaris CC complains about indented lines
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@499 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
b58dbff727
commit
c78c031114
16
config.h.in
16
config.h.in
@ -17,9 +17,9 @@
|
||||
|
||||
/* Should we use MPI ? */
|
||||
#if HAVE_LIBMPI || HAVE_LIBMPICH
|
||||
#define HAVE_MPI 1
|
||||
#define HAVE_MPI 1
|
||||
#else
|
||||
#define HAVE_MPI 0
|
||||
#define HAVE_MPI 0
|
||||
#endif
|
||||
|
||||
/* Is there an MPE library? */
|
||||
@ -130,18 +130,18 @@
|
||||
#undef DefHeapSpace
|
||||
|
||||
#if (DefTrailSpace < MinTrailSpace)
|
||||
#undef DefTrailSpace
|
||||
#define DefTrailSpace MinTrailSpace
|
||||
#undef DefTrailSpace
|
||||
#define DefTrailSpace MinTrailSpace
|
||||
#endif
|
||||
|
||||
#if (DefStackSpace < MinStackSpace)
|
||||
#undef DefStackSpace
|
||||
#define DefStackSpace MinStackSpace
|
||||
#undef DefStackSpace
|
||||
#define DefStackSpace MinStackSpace
|
||||
#endif
|
||||
|
||||
#if (DefHeapSpace < MinHeapSpace)
|
||||
#undef DefHeapSpace
|
||||
#define DefHeapSpace MinHeapSpace
|
||||
#undef DefHeapSpace
|
||||
#define DefHeapSpace MinHeapSpace
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user