From d6483fcc6b9636fb9ad881a6e0c80aace64f8f99 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 12 Jul 2001 23:22:42 +0000 Subject: Add HAS_PTHREAD_ATFORK. p4raw-id: //depot/perl@11334 --- win32/config.bc | 1 + win32/config.gc | 1 + win32/config.vc | 1 + win32/config_H.bc | 8 +++++++- win32/config_H.gc | 8 +++++++- win32/config_H.vc | 8 +++++++- 6 files changed, 24 insertions(+), 3 deletions(-) (limited to 'win32') diff --git a/win32/config.bc b/win32/config.bc index 1ffa2f816a..7d6cebefbf 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -259,6 +259,7 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_pthread_atfork='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.gc b/win32/config.gc index bd3f4013d3..9b03d12828 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -259,6 +259,7 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_pthread_atfork='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.vc b/win32/config.vc index 486c5e28b5..9909393513 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -259,6 +259,7 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_pthread_atfork='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 9d0a660b61..8bb5fc9299 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2933,7 +2933,7 @@ * This macro is to be used to generate uniformly distributed * random numbers over the range [0., 1.[. You may have to supply * an 'extern double drand48();' in your program since SunOS 4.1.3 - * doesn't provide you with anything relevant in it's headers. + * doesn't provide you with anything relevant in its headers. * See HAS_DRAND48_PROTO. */ /* Rand_seed_t: @@ -3453,4 +3453,10 @@ */ /*#define I_LANGINFO /**/ +/* HAS_PTHREAD_ATFORK: + * This symbol, if defined, indicates that the pthread_atfork routine + * is available setup fork handlers. + */ +/*#define HAS_PTHREAD_ATFORK /**/ + #endif diff --git a/win32/config_H.gc b/win32/config_H.gc index 5556170983..0aee697a17 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2933,7 +2933,7 @@ * This macro is to be used to generate uniformly distributed * random numbers over the range [0., 1.[. You may have to supply * an 'extern double drand48();' in your program since SunOS 4.1.3 - * doesn't provide you with anything relevant in it's headers. + * doesn't provide you with anything relevant in its headers. * See HAS_DRAND48_PROTO. */ /* Rand_seed_t: @@ -3453,4 +3453,10 @@ */ /*#define I_LANGINFO /**/ +/* HAS_PTHREAD_ATFORK: + * This symbol, if defined, indicates that the pthread_atfork routine + * is available setup fork handlers. + */ +/*#define HAS_PTHREAD_ATFORK /**/ + #endif diff --git a/win32/config_H.vc b/win32/config_H.vc index 53da567f87..3585653df3 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2933,7 +2933,7 @@ * This macro is to be used to generate uniformly distributed * random numbers over the range [0., 1.[. You may have to supply * an 'extern double drand48();' in your program since SunOS 4.1.3 - * doesn't provide you with anything relevant in it's headers. + * doesn't provide you with anything relevant in its headers. * See HAS_DRAND48_PROTO. */ /* Rand_seed_t: @@ -3453,4 +3453,10 @@ */ /*#define I_LANGINFO /**/ +/* HAS_PTHREAD_ATFORK: + * This symbol, if defined, indicates that the pthread_atfork routine + * is available setup fork handlers. + */ +/*#define HAS_PTHREAD_ATFORK /**/ + #endif -- cgit v1.2.1