]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] New function xsleep that resumes sleeps interrupted by signals
[wget] / src / config.h.in
index b9fc24b8ec1f34b46461e60e4cf2277a639444b9..2ae45ee8d5bd9b95a6161d4fa8933c867668b850 100644 (file)
@@ -80,17 +80,18 @@ char *alloca ();
    significant byte first).  */
 #undef WORDS_BIGENDIAN
 
+/* Define to the length of short. */
+#undef SIZEOF_SHORT
+
+/* Define to the length of int. */
+#undef SIZEOF_INT
+
 /* 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
 
@@ -109,6 +110,9 @@ char *alloca ();
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
 #undef TIME_WITH_SYS_TIME
 
+/* Define if you have inttypes.h header.  */
+#undef HAVE_INTTYPES_H
+
 /* Define if you have struct utimbuf.  */
 #undef HAVE_STRUCT_UTIMBUF
 
@@ -187,6 +191,9 @@ char *alloca ();
 /* Define if you have the usleep function.  */
 #undef HAVE_USLEEP
 
+/* Define if you have the nanosleep function.  */
+#undef HAVE_NANOSLEEP
+
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
@@ -271,6 +278,16 @@ char *alloca ();
 /* Define if you want to enable the IPv6 support.  */
 #undef ENABLE_IPV6
 
+/* Defined to int or size_t on systems without socklen_t.  */
+#undef socklen_t
+
+/* Define if you have uint32_t.  */
+#undef HAVE_UINT32_T
+
+/* Some autoconf-unrelated preprocessor magic that cannot be in
+   sysdep.h because it must be done before including the system
+   headers.  */
+
 /* First a gambit to see whether we're on Solaris.  We'll
    need it below.  */
 #ifdef __sun