diff options
author | David Leadbeater <dgl@dgl.cx> | 2012-08-18 16:41:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-09-10 13:45:27 +0200 |
commit | 57b2427a3baa2694768d34123e2e814ddd9a39ac (patch) | |
tree | b6915503fc750770031467d3c31b365fcdf4be94 /perlio.c | |
parent | 0025012cb645972d48b6dec0555e78b8ab65ffdc (diff) | |
download | perl-57b2427a3baa2694768d34123e2e814ddd9a39ac.tar.gz |
Remove including config.h (and co) in perlio.h
As far as I can tell this is entirely dead code.
Diffstat (limited to 'perlio.c')
-rw-r--r-- | perlio.c | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -31,23 +31,7 @@ #define dSYS dNOOP #endif -#define VOIDUSED 1 -#ifdef PERL_MICRO -# include "uconfig.h" -#else -# ifndef USE_CROSS_COMPILE -# include "config.h" -# else -# include "xconfig.h" -# endif -#endif - #define PERLIO_NOT_STDIO 0 -#if !defined(PERLIO_IS_STDIO) && !defined(USE_SFIO) -/* - * #define PerlIO FILE - */ -#endif /* * This file provides those parts of PerlIO abstraction * which are not #defined in perlio.h. |