diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-28 17:55:48 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-28 17:55:48 +0000 |
commit | 1d26b16b4a5b44b9f5893c8b4c8ce90d163883e5 (patch) | |
tree | 974e1f2ef55cbaa61e22b9ff38038121dd1b5350 /config_h.SH | |
parent | 6b08c9a8168823775a729ecbf24a403d8849eba8 (diff) | |
download | perl-1d26b16b4a5b44b9f5893c8b4c8ce90d163883e5.tar.gz |
Back out change 1043 since Andy's forthcoming Config patch
includes a modified version.
p4raw-id: //depot/perl@1046
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/config_h.SH b/config_h.SH index ab532e54b2..78486bacae 100644 --- a/config_h.SH +++ b/config_h.SH @@ -536,30 +536,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_sem HAS_SEM /**/ -/* HAS_UNION_SEMUN: - * This symbol, if defined, indicates that the union semun - * is defined in <sys/sem.h>. If not, the user code probably - * needs to define it as: - * union semun { - * int val; - * struct semid_ds *buf; - * unsigned short *array; - * } - */ -#$d_union_semun HAS_UNION_SEMUN /**/ - -/* USE_SEMCTL_SEMUN: - * This symbol, if defined, indicates that union semun is - * used for semctl IPC_STAT. - */ -#$d_semctl_semun USE_SEMCTL_SEMUN /**/ - -/* USE_SEMCTL_SEMID_DS: - * This symbol, if defined, indicates that struct semid_ds * is - * used for semctl IPC_STAT. - */ -#$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/ - /* HAS_SETEGID: * This symbol, if defined, indicates that the setegid routine is available * to change the effective gid of the current program. |