summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-02-24 11:02:43 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 14:58:00 +0000
commitdfe9444ca7881e716e9e8feaf20b55da491363ca (patch)
tree858ae366f65093b5a6cbd3e4e257b587547759ab /perl.h
parenteefabb09a1a549c1747d7c554d375ecb16cafff1 (diff)
downloadperl-dfe9444ca7881e716e9e8feaf20b55da491363ca.tar.gz
Re: ANNOUNCE: perl5.004_60 Configure patch is available
p4raw-id: //depot/perl@575
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.
*/