summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJonathan Stowe <gellyfish@gellyfish.com>2002-01-12 11:13:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-12 20:28:05 +0000
commit1c6861adf51b6b6cd373be518d8abc71a16f8496 (patch)
treeb7ef3e7e3b35b84fa696d4210f68f88c8473e5c3 /config_h.SH
parentdd88d3935bdfc69516a2c60a26fdf18ab4ac88d7 (diff)
downloadperl-1c6861adf51b6b6cd373be518d8abc71a16f8496.tar.gz
Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@14225
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 37ad71aaec..b860075fd8 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -757,12 +757,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_memory I_MEMORY /**/
-/* I_NDBM:
- * This symbol, if defined, indicates that <ndbm.h> exists and should
- * be included.
- */
-#$i_ndbm I_NDBM /**/
-
/* I_NET_ERRNO:
* This symbol, if defined, indicates that <net/errno.h> exists and
* should be included.
@@ -3444,6 +3438,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_suidsafe SETUID_SCRIPTS_ARE_SECURE_NOW /**/
#$d_dosuid DOSUID /**/
+/* I_NDBM:
+ * This symbol, if defined, indicates that <ndbm.h> exists and should
+ * be included.
+ */
+#$i_ndbm I_NDBM /**/
+
/* I_STDARG:
* This symbol, if defined, indicates that <stdarg.h> exists and should
* be included.