diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-03-31 13:50:18 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-01 12:57:24 +0000 |
commit | 2eacba2f038fca0c7ce4713e73ef229faa3f3caa (patch) | |
tree | 11330c09c2c6b2fdf871ac8c18dd98de8085c06e /win32/config.ce | |
parent | e3abe207f764929a97eafa503a3780d5b7636ed2 (diff) | |
download | perl-2eacba2f038fca0c7ce4713e73ef229faa3f3caa.tar.gz |
microperl plus missing config vars
Message-ID: <460ED79A.5030809@iki.fi>
p4raw-id: //depot/perl@30823
Diffstat (limited to 'win32/config.ce')
-rw-r--r-- | win32/config.ce | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/win32/config.ce b/win32/config.ce index 32e4eea685..c459ac5ca3 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -111,7 +111,10 @@ d_bcopy='undef' d_bsd='define' d_bsdgetpgrp='undef' d_bsdsetpgrp='undef' +d_builtin_choose_expr='undef' +d_builtin_expect='undef' d_bzero='undef' +d_c99_variadic_macros='undef' d_casti32='undef' d_castneg='define' d_charvspr='undef' @@ -128,12 +131,14 @@ d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' +d_ctermid='undef' d_ctermid_r='undef' d_ctime_r='undef' d_cuserid='undef' d_dbl_dig='define' d_dbminitproto='undef' d_difftime='define' +d_dir_dd_fd='undef' d_dirfd='undef' d_dirnamlen='define' d_dlerror='define' @@ -328,7 +333,9 @@ d_phostname='undef' d_pipe='undef' d_poll='undef' d_portable='define' +d_printf_format_null='undef' d_procselfexe='undef' +d_pseudofork='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='undef' d_pthread_yield='undef' @@ -409,6 +416,7 @@ d_shmctl='undef' d_shmdt='undef' d_shmget='undef' d_sigaction='undef' +d_signbit='undef' d_sigprocmask='undef' d_sigsetjmp='undef' d_sitearch='define' @@ -503,6 +511,9 @@ d_xenix='undef' date='date' db_hashtype='int' db_prefixtype='int' +db_version_major='0' +db_version_minor='0' +db_version_patch='0' defvoidused='15' direntrytype='struct direct' dlext='dll' @@ -762,12 +773,12 @@ nm_opt='' nm_so_opt='' nonxs_ext='Errno' nroff='' +nv_preserves_uv_bits='32' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' nvsize='8' nvtype='double' -nv_preserves_uv_bits='32' o_nonblock='O_NONBLOCK' obj_ext='.obj' old_pthread_create_joinable='' |