]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Updated long_to_string(); enhanced opt.downloaded to use
[wget] / src / config.h.in
index 633e8bf1fbf0547f12bdefe27681be7b2bdae729..9854f579d843e6c3a0b001135bd6f341bdae59f9 100644 (file)
@@ -66,6 +66,17 @@ char *alloca ();
    significant byte first).  */
 #undef WORDS_BIGENDIAN
 
+/* Define to the length of long. */
+#undef SIZEOF_LONG
+
+/* Define to the length of long long. */
+#undef SIZEOF_LONG_LONG
+
+#undef HAVE_LONG_LONG
+#if SIZEOF_LONG_LONG != 0
+# define HAVE_LONG_LONG
+#endif
+
 /* Define this if you want the NLS support.  */
 #undef HAVE_NLS