summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2008-05-13 08:28:45 -0400
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-05-17 14:29:24 +0000
commita33f2d9ff72e8b22b6fbbee1f295dee14d2436b5 (patch)
treede1a5ae1b5e3d24819b3e4aa7c6597c728888ca9 /config_h.SH
parent8f68b0e60604edea3283f325254c4d22deb7f5e1 (diff)
downloadperl-a33f2d9ff72e8b22b6fbbee1f295dee14d2436b5.tar.gz
Re: [perl #50180] NDBM_File fails to build
Message-ID: <Pine.LNX.4.64.0805131224130.9728@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@33845
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH12
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH
index 2543cb5914..a28e2f3956 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -689,12 +689,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_locale I_LOCALE /**/
-/* I_MALLOCMALLOC:
- * This symbol, if defined, indicates to the C program that it should
- * include <malloc/malloc.h>.
- */
-#$i_mallocmalloc I_MALLOCMALLOC /**/
-
/* I_MATH:
* This symbol, if defined, indicates to the C program that it should
* include <math.h>.
@@ -4109,6 +4103,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_libutil I_LIBUTIL /**/
+/* I_MALLOCMALLOC:
+ * This symbol, if defined, indicates to the C program that it should
+ * include <malloc/malloc.h>.
+ */
+#$i_mallocmalloc I_MALLOCMALLOC /**/
+
/* I_MNTENT:
* This symbol, if defined, indicates that <mntent.h> exists and
* should be included.