mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Fix long long comment
This commit is contained in:
parent
0bf7746a75
commit
32c523af3b
1 changed files with 6 additions and 6 deletions
|
|
@ -299,18 +299,18 @@
|
|||
/* Define if you have the strtol function. */
|
||||
#undef HAVE_STRTOL
|
||||
|
||||
/* Define if you have the strtoul function. */
|
||||
#undef HAVE_STRTOUL
|
||||
/* Define if you have the strtoll function. */
|
||||
#undef HAVE_STRTOLL
|
||||
|
||||
/* Define if you have the strtoq function. */
|
||||
#undef HAVE_STRTOQ
|
||||
|
||||
/* Define if you have the strtoul function. */
|
||||
#undef HAVE_STRTOUL
|
||||
|
||||
/* Define if you have the strtouq function. */
|
||||
#undef HAVE_STRTOUQ
|
||||
|
||||
/* Define if you have the strtoll function. */
|
||||
#undef HAVE_STRTOLL
|
||||
|
||||
/* Define if you have the sysconf function. */
|
||||
#undef HAVE_SYSCONF
|
||||
|
||||
|
|
@ -827,7 +827,7 @@
|
|||
/* define if you have -lslp */
|
||||
#undef HAVE_SLP
|
||||
|
||||
/* define if you have `long long' */
|
||||
/* define if you have 'long long' */
|
||||
#undef HAVE_LONG_LONG
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue