mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ucdata presently uses sized types. sized types use should be avoided
as they are not be available on all platforms.
This commit is contained in:
parent
e6460769ab
commit
b23eab09aa
@ -25,8 +25,7 @@
|
||||
# elif SIZEOF_SHORT == 4
|
||||
# define AC_INT4_TYPE short
|
||||
# else
|
||||
/* used by SHA-1, but commented out */
|
||||
/* # error "AC_INT2_TYPE?" */
|
||||
# error "AC_INT4_TYPE?"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
@ -42,8 +41,7 @@ typedef unsigned AC_INT4_TYPE ac_uint4;
|
||||
# elif SIZEOF_LONG == 2
|
||||
# define AC_INT2_TYPE long
|
||||
# else
|
||||
/* not used, no error */
|
||||
/* # error "AC_INT2_TYPE?" */
|
||||
# error "AC_INT2_TYPE?"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user