X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.nt;h=a2c6240914b719e0aef3d936c77cc235cc60cfb9;hb=b8ff29abfd82b0968acfdbf6c1adae877b90c83f;hp=4e45bb60dd6d24250c73b9aa253f3500deae282a;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/include/portable.nt b/include/portable.nt index 4e45bb60dd..a2c6240914 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -816,6 +816,9 @@ /* define if you have -lslp */ /* #undef HAVE_SLP */ +/* define if you have `long long' */ +#define HAVE_LONG_LONG 1 + /* Define to `int' if does not define. */ #define mode_t int @@ -1050,9 +1053,6 @@ typedef signed int ssize_t; #if defined(LDAP_DEVEL) && !defined(LDAP_TEST) #define LDAP_TEST #endif -#if defined(LDAP_TEST) && !defined(LDAP_DEBUG) -#define LDAP_DEBUG -#endif #include "ldap_cdefs.h" #include "ldap_features.h"