{NEXT,OPEN}STEP don't have pid_t.

This commit is contained in:
Bodo Möller 2000-03-07 09:37:19 +00:00
parent 48fe0eec67
commit fa0ca35b95

3
e_os.h
View file

@ -266,6 +266,9 @@ extern "C" {
# ifndef NO_SYS_TYPES_H
# include <sys/types.h>
# endif
# ifdef NeXT
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP */
# endif
# define OPENSSL_CONF "openssl.cnf"
# define SSLEAY_CONF OPENSSL_CONF