Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / config.in
index fb29b6843fdcaf98ed4e051b6e2cf17bdc7f8ff1..07dae64a25ef03411167eb1b370d13b5c3c2b883 100644 (file)
@@ -62,9 +62,9 @@
 /* Define if ioctl argument PIOCSET is available. */
 #undef HAVE_PROCFS_PIOCSET
 
-/* /proc PID entries are directories containing the files
-   ctl as map status */
-#undef HAVE_MULTIPLE_PROC_FDS
+/* Define if you want to use new multi-fd /proc interface
+   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
+#undef NEW_PROC_API
 
 /* Define if the `long long' type works.  */
 #undef CC_HAS_LONG_LONG
 /* Define if you have the <wait.h> header file.  */
 #undef HAVE_WAIT_H
 
+/* Define if you have the <thread_db.h> header file.  */
+#undef HAVE_THREAD_DB_H
+
+/* Define if you have the <proc_service.h> header file.  */
+#undef HAVE_PROC_SERVICE_H
+
+/* Define if you have the <stdint.h> header file.  */
+#undef HAVE_STDINT_H
+
 /* Define if you have the <wchar.h> header file.  */
 #undef HAVE_WCHAR_H
 
This page took 0.023383 seconds and 4 git commands to generate.