summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-13 16:26:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-13 16:26:13 +0000
commit1eeb0f31cd73d85a0db15ba3ace4e4d1691c4226 (patch)
tree524ca3dbe397004a33df3f6e67680d6f182b35e4 /config_h.SH
parente0a10278435e0dff75e2ea63cd1637e4c4b4296c (diff)
downloadperl-1eeb0f31cd73d85a0db15ba3ace4e4d1691c4226.tar.gz
Continue largefileness separation from quadness;
move nv-preserving test out of perl.h into Configure; use HAS_SETVBUF in IO. p4raw-id: //depot/cfgperl@4560
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH4
1 files changed, 0 insertions, 4 deletions
diff --git a/config_h.SH b/config_h.SH
index fb359323ed..8dca72a5c1 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2473,9 +2473,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
/* U64SIZE:
* This symbol contains the sizeof(U64).
*/
-/* NVSIZE:
- * This symbol contains the sizeof(NV).
- */
#define IVTYPE $ivtype /**/
#define UVTYPE $uvtype /**/
#define I8TYPE $i8type /**/
@@ -2501,7 +2498,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#define I64SIZE $i64size /**/
#define U64SIZE $u64size /**/
#endif
-#define NVSIZE $nvsize /**/
/* IVdf:
* This symbol defines the format string used for printing a Perl IV