* configure.in: Check whether we need to prototype strerror.
[deliverable/binutils-gdb.git] / gdb / gdbserver / config.in
index 5141263f4c6fa9d09aaa9acdac2bf1b8d4905d89..e9d21c81039e9c714461c3e5617356a544906e30 100644 (file)
@@ -49,6 +49,9 @@
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H
 
+/* Define if strerror is not declared in system header files. */
+#undef NEED_DECLARATION_STRERROR
+
 /* Define if <sys/procfs.h> has lwpid_t. */
 #undef HAVE_LWPID_T
 
This page took 0.022782 seconds and 4 git commands to generate.