diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:01:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:01:56 +0000 |
commit | c2da85bab803bec3ca5fa4521a7396803c18a76d (patch) | |
tree | 36e4cdb7232d235360030728abeab8871f8da1a3 /vos/config.h | |
parent | 454f2888fcb3cc0830fef0020890cac2dabe9d66 (diff) | |
download | perl-c2da85bab803bec3ca5fa4521a7396803c18a76d.tar.gz |
integrate changes#3091-3094 from maint-5.005
p4raw-link: @3091 on //depot/maint-5.005/perl: 74b502a1b27c7427d14366e729c0b76cb5ba79a6
p4raw-id: //depot/perl@3148
p4raw-integrated: from //depot/maint-5.005/perl@3147 'copy in'
vos/config_h.SH_orig (@2813..) README.hurd (@3093..) 'merge in'
vms/subconfigure.com (@2716..) vos/config.h (@2813..)
Diffstat (limited to 'vos/config.h')
-rw-r--r-- | vos/config.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/vos/config.h b/vos/config.h index 7f4c1a257d..bed1a98851 100644 --- a/vos/config.h +++ b/vos/config.h @@ -1,7 +1,7 @@ /* This is config.h for Stratus VOS. It was created by hand from the distribution copy of config_h.SH. */ -/* Configuration time: September 4, 1998 +/* Configuration time: March 5, 1999 * Configured by: Paul Green * Target system: Stratus VOS */ @@ -1144,7 +1144,7 @@ * This symbol is defined if the C compiler can cast negative * or large floating point numbers to 32-bit ints. */ -#define CASTI32 /**/ +/*#define CASTI32 /**/ /* CASTNEGFLOAT: * This symbol is defined if the C compiler can cast negative @@ -1990,6 +1990,18 @@ */ #define ARCHNAME "vos" /**/ +/* I_MACH_CTHREADS: + * This symbol, if defined, indicates to the C program that it should + * include <mach/cthreads.h>. + */ +/*#define I_MACH_CTHREADS /**/ + +/* I_PTHREAD: + * This symbol, if defined, indicates to the C program that it should + * include <pthread.h>. + */ +/*#define I_PTHREAD /**/ + /* HAS_PTHREAD_YIELD: * This symbol, if defined, indicates that the pthread_yield * routine is available to yield the execution of the current |