* aout-adobe.c: Don't compare against "true" or "false.
[deliverable/binutils-gdb.git] / binutils / config.in
index 1e0aa93b9c49fa7f6244007e9b78114a8dfd5fab..d4047628d588dacf3e62cd875fba251eee794430 100644 (file)
@@ -28,6 +28,9 @@
 /* Define to `long' if <sys/types.h> doesn't define.  */
 #undef off_t
 
+/* Define if you need to in order for stat and other things to work.  */
+#undef _POSIX_SOURCE
+
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
@@ -94,6 +97,9 @@
 /* Define if you have the strchr function.  */
 #undef HAVE_STRCHR
 
+/* Define if you have the strcoll function.  */
+#undef HAVE_STRCOLL
+
 /* Define if you have the utimes function.  */
 #undef HAVE_UTIMES
 
This page took 0.034737 seconds and 4 git commands to generate.