From 34050ace1c1445f04d7c1a95d3c2a4961eb1c547 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 22 Aug 2020 16:12:58 +0200 Subject: Merge Configure changes for z/OS and AIX Thank you Karl! --- uconfig.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'uconfig.h') diff --git a/uconfig.h b/uconfig.h index 284c5b89ea..f1a20fe52e 100644 --- a/uconfig.h +++ b/uconfig.h @@ -1732,6 +1732,8 @@ * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_BE * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_LE + * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LITTLE_ENDIAN + * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BIG_ENDIAN * LONG_DOUBLE_IS_VAX_H_FLOAT * LONG_DOUBLE_IS_UNKNOWN_FORMAT * It is only defined if the system supports long doubles. @@ -1969,11 +1971,11 @@ * This symbol, if defined, indicates that the union semun is * defined by including . If not, the user code * probably needs to define it as: - * union semun { + * union semun { * int val; * struct semid_ds *buf; * unsigned short *array; - * } + * } */ /* USE_SEMCTL_SEMUN: * This symbol, if defined, indicates that union semun is @@ -5258,6 +5260,6 @@ #endif /* Generated from: - * 6dd4e24d96ab9010e60456eabf099b26980d900fb937af5b501d45017e4f8ed0 config_h.SH + * deb46e947e3b9d6e9da9e44f21ed8b93cd4ff6feef333bd963f11c54d7850c98 config_h.SH * 0328fd317c240be96131cf63f152ee17113e74b68e3dc0000e2876b9a0023713 uconfig.sh * ex: set ro: */ -- cgit v1.2.1