run autoreconf.
This commit is contained in:
parent
faefd28ac1
commit
f589ec6fb1
2 changed files with 13 additions and 0 deletions
10
configure
vendored
10
configure
vendored
|
@ -11017,6 +11017,11 @@ cat >>confdefs.h <<\_ACEOF
|
||||||
#define MONITOR_HEAP_SIZE 128
|
#define MONITOR_HEAP_SIZE 128
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define AWAY_HEAP_SIZE 128
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
@ -11088,6 +11093,11 @@ cat >>confdefs.h <<\_ACEOF
|
||||||
#define MONITOR_HEAP_SIZE 1024
|
#define MONITOR_HEAP_SIZE 1024
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define AWAY_HEAP_SIZE 512
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
/* include/setup.h.in. Generated from configure.ac by autoheader. */
|
/* include/setup.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
|
/* Size of away heap. */
|
||||||
|
#undef AWAY_HEAP_SIZE
|
||||||
|
|
||||||
/* Size of the ban heap. */
|
/* Size of the ban heap. */
|
||||||
#undef BAN_HEAP_SIZE
|
#undef BAN_HEAP_SIZE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue