summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-21 17:13:09 +0000
committerJim Meyering <jim@meyering.net>2003-02-21 17:13:09 +0000
commit8607700a753fb6f16d99638e095ba34f12299e95 (patch)
tree2cd4da06d8dd1f080549d90c911895bf2eef99a6 /lib
parentd15cfc1025ccd7819ea36d5a34dad65171736ad6 (diff)
downloadcoreutils-8607700a753fb6f16d99638e095ba34f12299e95.tar.xz
Undefine HAVE_MMAP_STACK, thus disabling
this code on all systems.
Diffstat (limited to 'lib')
-rw-r--r--lib/mmap-stack.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mmap-stack.h b/lib/mmap-stack.h
index 99cf27db0..f4924d7b2 100644
--- a/lib/mmap-stack.h
+++ b/lib/mmap-stack.h
@@ -16,6 +16,13 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
+/* FIXME: disable this, for now.
+ The whole idea feels a bit too kludgey.
+ Although it seems to work just fine on Linux, it doesn't
+ work on Solaris or HPUX. */
+#undef HAVE_MMAP_STACK
+
#if HAVE_MMAP_STACK
# define RUN_WITH_BIG_STACK_2(F, A, B) \
do \