Remove including config.h (and co) in perlio.h
authorDavid Leadbeater <dgl@dgl.cx>
Sat, 18 Aug 2012 15:41:59 +0000 (16:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 10 Sep 2013 11:45:27 +0000 (13:45 +0200)
As far as I can tell this is entirely dead code.

perlio.c

index cf29586..94b622b 100644 (file)
--- a/perlio.c
+++ b/perlio.c
 #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.