]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Only set a flag in the SIGWINCH handler.
[wget] / src / config.h.in
index 2ae45ee8d5bd9b95a6161d4fa8933c867668b850..459904162bfabcb147952731298107188371caa3 100644 (file)
@@ -64,6 +64,9 @@ char *alloca ();
 /* Define to empty or __inline__ or __inline.  */
 #undef inline
 
+/* Define `volatile' to be empty if the compiler doesn't support it.  */
+#undef volatile
+
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
@@ -116,15 +119,9 @@ char *alloca ();
 /* Define if you have struct utimbuf.  */
 #undef HAVE_STRUCT_UTIMBUF
 
-/* Define if you have the uname function.  */
-#undef HAVE_UNAME
-
 /* Define if you have a working version of mmap.  */
 #undef HAVE_MMAP
 
-/* Define if you have the gethostname function.  */
-#undef HAVE_GETHOSTNAME
-
 /* Define if you have the select function.  */
 #undef HAVE_SELECT
 
@@ -233,6 +230,9 @@ char *alloca ();
 /* Define if you have the <locale.h> header file.  */
 #undef HAVE_LOCALE_H
 
+/* Define if you have the <fnmatch.h> header file.  */
+#undef HAVE_FNMATCH_H
+
 /* Define to be the name of the operating system.  */
 #undef OS_TYPE
 
@@ -284,6 +284,9 @@ char *alloca ();
 /* Define if you have uint32_t.  */
 #undef HAVE_UINT32_T
 
+/* Define if you have sig_atomic_t.  */
+#undef HAVE_SIG_ATOMIC_T
+
 /* Some autoconf-unrelated preprocessor magic that cannot be in
    sysdep.h because it must be done before including the system
    headers.  */