summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-15 14:04:55 +0100
committerColin Watson <cjwatson@debian.org>2007-10-15 14:04:55 +0100
commit38e7c6bae39a5765b6d2d879102b776d4d823d5d (patch)
tree7fa81c77cadff486e3f8294aa3ceef997b436167 /config.h.in
parentef05dc5e688d25e57b99ab02bd49d38e751833f5 (diff)
remove private versions of alloca.c and memcmp.c in favour of gnulib
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 231087a1..be9d8b3f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -90,11 +90,12 @@
/* Define if you have troff. */
#undef HAS_TROFF
-/* Define to 1 if you have `alloca', as a function or macro. */
+/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
+ may be supplied by this distribution. */
#undef HAVE_ALLOCA
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
+/* Define HAVE_ALLOCA_H for backward compatibility with older code that
+ includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
#undef HAVE_ALLOCA_H
/* Define to 1 if you have the `argz_count' function. */