From e0e3c57ad9f042b7ff4eb12755ee3feaad30892b Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 24 May 2003 06:23:51 +0000 Subject: Introduce (undefined) pthread_attr_setscope to non-Configure lands. p4raw-id: //depot/perl@19607 --- win32/config.bc | 1 + win32/config.gc | 1 + win32/config.vc | 1 + win32/config.vc64 | 1 + win32/config_H.bc | 7 +++++++ win32/config_H.gc | 7 +++++++ win32/config_H.vc | 7 +++++++ win32/config_H.vc64 | 7 +++++++ 8 files changed, 32 insertions(+) (limited to 'win32') diff --git a/win32/config.bc b/win32/config.bc index f601e72843..138973980c 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.gc b/win32/config.gc index 43d02415ed..6e63d9329f 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.vc b/win32/config.vc index 7b15b752c2..e60b990a42 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 0ed41ca429..3ab5b13361 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 11c311c723..b35ea8cdf6 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need diff --git a/win32/config_H.gc b/win32/config_H.gc index 2392b0ee69..7ad75a819c 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need diff --git a/win32/config_H.vc b/win32/config_H.vc index d51f70de2a..a46c73198b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 5245268750..32e93b74bb 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need -- cgit v1.2.1