diff options
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |