Replace CONST with const
[deliverable/binutils-gdb.git] / gdb / config.in
index b9042b32047f9aed75962bcf17e5ad2225b61e4c..d2d03d59916f5a8c4774e31eca8934ed38934f0c 100644 (file)
@@ -41,9 +41,6 @@
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef pid_t
 
-/* Define if you need to in order for stat and other things to work.  */
-#undef _POSIX_SOURCE
-
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
 /* Define if you have the sigprocmask function.  */
 #undef HAVE_SIGPROCMASK
 
+/* Define if you have the sigsetmask function.  */
+#undef HAVE_SIGSETMASK
+
 /* Define if you have the socketpair function.  */
 #undef HAVE_SOCKETPAIR
 
This page took 0.022891 seconds and 4 git commands to generate.