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 ? */
|
/* Should we use MPI ? */
|
||||||
#if HAVE_LIBMPI || HAVE_LIBMPICH
|
#if HAVE_LIBMPI || HAVE_LIBMPICH
|
||||||
#define HAVE_MPI 1
|
#define HAVE_MPI 1
|
||||||
#else
|
#else
|
||||||
#define HAVE_MPI 0
|
#define HAVE_MPI 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Is there an MPE library? */
|
/* Is there an MPE library? */
|
||||||
@ -130,18 +130,18 @@
|
|||||||
#undef DefHeapSpace
|
#undef DefHeapSpace
|
||||||
|
|
||||||
#if (DefTrailSpace < MinTrailSpace)
|
#if (DefTrailSpace < MinTrailSpace)
|
||||||
#undef DefTrailSpace
|
#undef DefTrailSpace
|
||||||
#define DefTrailSpace MinTrailSpace
|
#define DefTrailSpace MinTrailSpace
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (DefStackSpace < MinStackSpace)
|
#if (DefStackSpace < MinStackSpace)
|
||||||
#undef DefStackSpace
|
#undef DefStackSpace
|
||||||
#define DefStackSpace MinStackSpace
|
#define DefStackSpace MinStackSpace
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (DefHeapSpace < MinHeapSpace)
|
#if (DefHeapSpace < MinHeapSpace)
|
||||||
#undef DefHeapSpace
|
#undef DefHeapSpace
|
||||||
#define DefHeapSpace MinHeapSpace
|
#define DefHeapSpace MinHeapSpace
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user