]> git.sur5r.net Git - openldap/commitdiff
Fix long long comment
authorKurt Zeilenga <kurt@openldap.org>
Mon, 22 Sep 2003 06:07:25 +0000 (06:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 22 Sep 2003 06:07:25 +0000 (06:07 +0000)
include/portable.h.in

index 2a3551f9458a01fa0c194a44d5fdfb9ebbb58c51..13ce9635ea342fde2276b43f86963861e202fca8 100644 (file)
 /* 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
 
 /* 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. */