From 1d26b16b4a5b44b9f5893c8b4c8ce90d163883e5 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Thu, 28 May 1998 17:55:48 +0000 Subject: Back out change 1043 since Andy's forthcoming Config patch includes a modified version. p4raw-id: //depot/perl@1046 --- config_h.SH | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'config_h.SH') 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 <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 . 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. -- cgit v1.2.1