diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-14 16:15:09 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-14 16:15:09 +0000 |
commit | a5871d1a83cd3d5c7292135cbb30a336a8552ab0 (patch) | |
tree | e056f664b56c544259b77891801390c472109ed0 /win32/config.vc | |
parent | 841a92052a6767bd088da257cef4b0db4ccd123d (diff) | |
parent | 20408e3ccf502b6ce4033d8203710405ec9ef8f6 (diff) | |
download | perl-a5871d1a83cd3d5c7292135cbb30a336a8552ab0.tar.gz |
Integrate win32 branch into mainline
p4raw-id: //depot/perl@969
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win32/config.vc b/win32/config.vc index d409bae70b..84ee590de0 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -159,10 +159,10 @@ d_mkfifo='undef' d_mkstemp='undef' d_mktime='define' d_msg='undef' -d_msgctl='define' -d_msgget='define' -d_msgrcv='define' -d_msgsnd='define' +d_msgctl='undef' +d_msgget='undef' +d_msgrcv='undef' +d_msgsnd='undef' d_mymalloc='define' d_nice='undef' d_oldpthreads='undef' @@ -195,9 +195,9 @@ d_sched_yield='undef' d_seekdir='define' d_select='define' d_sem='undef' -d_semctl='define' -d_semget='define' -d_semop='define' +d_semctl='undef' +d_semget='undef' +d_semop='undef' d_setegid='undef' d_seteuid='undef' d_setgrps='undef' @@ -223,9 +223,9 @@ d_sfio='undef' d_shm='undef' d_shmat='undef' d_shmatprototype='undef' -d_shmctl='define' -d_shmdt='define' -d_shmget='define' +d_shmctl='undef' +d_shmdt='undef' +d_shmget='undef' d_sigaction='undef' d_sigsetjmp='undef' d_socket='define' |