2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / config.in
index a415046f4357a82172a58514813787b20f2c907f..689a99c4a833ff3b90a3c5b914ee0bc199a4853c 100644 (file)
@@ -25,9 +25,6 @@
 /* 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
 
 /* Define if you have the getpagesize function.  */
 #undef HAVE_GETPAGESIZE
 
+/* Define if you have the glob function.  */
+#undef HAVE_GLOB
+
 /* Define if you have the munmap function.  */
 #undef HAVE_MUNMAP
 
 /* Define if you have the putenv function.  */
 #undef HAVE_PUTENV
 
+/* Define if you have the realpath function.  */
+#undef HAVE_REALPATH
+
 /* Define if you have the sbrk function.  */
 #undef HAVE_SBRK
 
 /* Define if your locale.h file contains LC_MESSAGES. */
 #undef HAVE_LC_MESSAGES
 
+/* Define as 1 if you have gettext and don't want to use GNU gettext. */
+#undef HAVE_GETTEXT
+
 /* Define to 1 if NLS is requested */
 #undef ENABLE_NLS
 
-/* Define as 1 if you have gettext and don't want to use GNU gettext. */
-#undef HAVE_GETTEXT
+/* Is the prototype for getopt in <unistd.h> in the expected format? */
+#undef HAVE_DECL_GETOPT
 
 /* Use b modifier when opening binary files? */
 #undef USE_BINARY_FOPEN
 /* Define if environ is not declared in system header files. */
 #undef NEED_DECLARATION_ENVIRON
 
+/* Additional extension a shared object might have. */
+#undef EXTRA_SHLIB_EXTENSION
+
This page took 0.023878 seconds and 4 git commands to generate.