summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-25 21:46:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-25 21:46:35 +0000
commitf1c0db8dbc906cad6c85874be33c7969497df1cd (patch)
tree47bb35826b88df8a906e9799c987f87a91563f6f /perl.h
parent51c1089b32b9be8d5242f51a530e4b3118896e71 (diff)
parent33b839e22819d9ddfd0fa565289e5af7b6262ec9 (diff)
downloadperl-f1c0db8dbc906cad6c85874be33c7969497df1cd.tar.gz
[win32] integrate mainline
p4raw-id: //depot/win32/perl@588
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl.h b/perl.h
index 686752c5c3..9b521b9d3c 100644
--- a/perl.h
+++ b/perl.h
@@ -118,10 +118,6 @@ register struct op *op asm(stringify(OP_IN_REGISTER));
# define DONT_DECLARE_STD 1
#endif
-#if defined(NeXT) && !defined(_POSIX_SOURCE)
-# define MISSING_PID_T
-#endif
-
#if defined(HASVOLATILE) || defined(STANDARD_C)
# ifdef __cplusplus
# define VOL // to temporarily suppress warnings
@@ -138,10 +134,6 @@ register struct op *op asm(stringify(OP_IN_REGISTER));
#define TAINT_ENV() if (tainting) { taint_env(); }
#define TAINT_PROPER(s) if (tainting) { taint_proper(no_security, s); }
-#ifdef MISSING_PID_T
-typedef int pid_t;
-#endif
-
/* XXX All process group stuff is handled in pp_sys.c. Should these
defines move there? If so, I could simplify this a lot. --AD 9/96.
*/