diff options
-rw-r--r-- | locale.c | 4 | ||||
-rw-r--r-- | perl.c | 8 | ||||
-rw-r--r-- | perlio.c | 7 | ||||
-rw-r--r-- | pp_sys.c | 4 | ||||
-rw-r--r-- | util.c | 4 |
5 files changed, 0 insertions, 27 deletions
@@ -28,10 +28,6 @@ #define PERL_IN_LOCALE_C #include "perl.h" -#ifdef I_LOCALE -# include <locale.h> -#endif - #ifdef I_LANGINFO # include <langinfo.h> #endif @@ -38,15 +38,7 @@ #include "nwutil.h" #endif -/* XXX If this causes problems, set i_unistd=undef in the hint file. */ -#ifdef I_UNISTD -#include <unistd.h> -#endif - #ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP -# ifdef I_SYS_WAIT -# include <sys/wait.h> -# endif # ifdef I_SYSUIO # include <sys/uio.h> # endif @@ -451,13 +451,6 @@ PerlIO_findFILE(PerlIO *pio) #include "perliol.h" -/* - * We _MUST_ have <unistd.h> if we are using lseek() and may have large - * files - */ -#ifdef I_UNISTD -#include <unistd.h> -#endif #ifdef HAS_MMAP #include <sys/mman.h> #endif @@ -49,10 +49,6 @@ # include <shadow.h> #endif -#ifdef I_SYS_WAIT -# include <sys/wait.h> -#endif - #ifdef I_SYS_RESOURCE # include <sys/resource.h> #endif @@ -41,10 +41,6 @@ int putenv(char *); #endif -#ifdef I_SYS_WAIT -# include <sys/wait.h> -#endif - #ifdef HAS_SELECT # ifdef I_SYS_SELECT # include <sys/select.h> |