]> 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 7be0706ceffebd60492cf62898be6be65dd90822..2ae45ee8d5bd9b95a6161d4fa8933c867668b850 100644 (file)
@@ -110,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
 
@@ -188,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
 
@@ -275,8 +281,12 @@ char *alloca ();
 /* Defined to int or size_t on systems without socklen_t.  */
 #undef socklen_t
 
-/* Define if you have u_int32_t.  */
-#undef HAVE_U_INT32_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.  */