]> jfr.im git - solanum.git/commitdiff
yet another autoreconf run.
authorWilliam Pitcock <redacted>
Wed, 2 Apr 2008 01:55:40 +0000 (20:55 -0500)
committerWilliam Pitcock <redacted>
Wed, 2 Apr 2008 01:55:40 +0000 (20:55 -0500)
configure
include/setup.h.in

index 991661028f9ecdcf44bc649b7118c9a15e5c4bb3..0f118e589b4b97aeae17e333deaa850ddf139586 100755 (executable)
--- a/configure
+++ b/configure
@@ -11018,6 +11018,11 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 
 _ACEOF
 
 
+cat >>confdefs.h <<\_ACEOF
+#define FD_HEAP_SIZE 128
+_ACEOF
+
+
 cat >>confdefs.h <<\_ACEOF
 #define AWAY_HEAP_SIZE 128
 _ACEOF
 cat >>confdefs.h <<\_ACEOF
 #define AWAY_HEAP_SIZE 128
 _ACEOF
@@ -11094,6 +11099,11 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 
 _ACEOF
 
 
+cat >>confdefs.h <<\_ACEOF
+#define FD_HEAP_SIZE 1024
+_ACEOF
+
+
 cat >>confdefs.h <<\_ACEOF
 #define AWAY_HEAP_SIZE 512
 _ACEOF
 cat >>confdefs.h <<\_ACEOF
 #define AWAY_HEAP_SIZE 512
 _ACEOF
index 627dd80a1ad950ada38dfb2e172a0f058370e28d..f999e3f7c94391c81d7bba9661a228797cb29fd6 100644 (file)
@@ -32,6 +32,9 @@
 /* Prefix where config files are installed. */
 #undef ETC_DIR
 
 /* Prefix where config files are installed. */
 #undef ETC_DIR
 
+/* Size of fd heap. */
+#undef FD_HEAP_SIZE
+
 /* Define to 1 if you have `alloca', as a function or macro. */
 #undef HAVE_ALLOCA
 
 /* Define to 1 if you have `alloca', as a function or macro. */
 #undef HAVE_ALLOCA