mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Fix 2 vs 4 typo
This commit is contained in:
parent
e56a2a8d78
commit
a3d0b9d667
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ typedef AC_INT4_TYPE ac_int4;
|
|||
typedef signed AC_INT4_TYPE ac_sint4;
|
||||
typedef unsigned AC_INT4_TYPE ac_uint4;
|
||||
|
||||
#if !defined( AC_INT4_TYPE )
|
||||
#if !defined( AC_INT2_TYPE )
|
||||
# if SIZEOF_SHORT == 2
|
||||
# define AC_INT2_TYPE short
|
||||
# elif SIZEOF_INT == 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue