summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-04 18:18:54 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-04 18:18:54 +0000
commit1e12d536323a2545a537ae3fcdda617e76760f90 (patch)
treeb01fd4f285dcf287b34caf7b296d58a120edb505 /gcc/config.in
parent52aa1bf85dce176278a5e8ee4120bd817d770391 (diff)
downloadgcc-1e12d536323a2545a537ae3fcdda617e76760f90.tar.gz
top:
* intl: New directory; see intl/ChangeLog for details. * ABOUT-NLS, config.rpath: Import from gettext 0.12.1. * Makefile.tpl: all-gcc depends on maybe-all-intl. * Makefile.in: Regenerate. config: * gettext.m4: New file - copy of gettext.m4 from binutils CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4. gcc: * ABOUT-NLS: Delete. * intl: Delete entire directory. * aclocal.m4: Include ../config/gettext.m4. Delete AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT. * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT. Remove intl/Makefile from all_outputs. * configure, config.in: Regenerate. * Makefile.in: Expunge all references to intl subdirectory. Add -I../intl to INCLUDES. * intl.h: Include libintl.h if and only if ENABLE_NLS is defined. intl: * Makefile.in: Remove unnecessary capabilities for installation, build of shared libraries, generation of distribution tarballs, etc. Fix all the places that rely on the parent directory. Don't generate libgnuintl.h from anything; do generate $(objdir)/libintl.h from libgnuintl.h if necessary. Adjust DEFS for use of config.h. * libgnuintl.h.in: Rename libgnuintl.h. * README: New file. * config.charset, ref-add.sin, ref-del.sin: Delete (unused). * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant). * aclocal.m4: New; generated per instructions in gettext manual. * configure.in: New; written from scratch for this configuration. * configure, config.h.in: Generated. contrib: * gcc_update: Remove gcc/intl/plural.c from list. Add new generated files intl/plural.c, intl/configure, intl/config.h.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68928 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in63
1 files changed, 14 insertions, 49 deletions
diff --git a/gcc/config.in b/gcc/config.in
index fbda6ada4fa..d17fd693ceb 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if using alloca.c. */
#undef C_ALLOCA
@@ -23,6 +23,9 @@
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
+/* Define if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
@@ -108,12 +111,6 @@
/* Define if you have the dup2 function. */
#undef HAVE_DUP2
-/* Define if you have the feof_unlocked function. */
-#undef HAVE_FEOF_UNLOCKED
-
-/* Define if you have the fgets_unlocked function. */
-#undef HAVE_FGETS_UNLOCKED
-
/* Define if you have the fprintf_unlocked function. */
#undef HAVE_FPRINTF_UNLOCKED
@@ -129,14 +126,8 @@
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
-/* Define if you have the getegid function. */
-#undef HAVE_GETEGID
-
-/* Define if you have the geteuid function. */
-#undef HAVE_GETEUID
-
-/* Define if you have the getgid function. */
-#undef HAVE_GETGID
+/* Define if you have the getpagesize function. */
+#undef HAVE_GETPAGESIZE
/* Define if you have the getrlimit function. */
#undef HAVE_GETRLIMIT
@@ -147,9 +138,6 @@
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
-/* Define if you have the getuid function. */
-#undef HAVE_GETUID
-
/* Define if you have the kill function. */
#undef HAVE_KILL
@@ -159,9 +147,6 @@
/* Define if you have the mbstowcs function. */
#undef HAVE_MBSTOWCS
-/* Define if you have the mempcpy function. */
-#undef HAVE_MEMPCPY
-
/* Define if you have the mincore function. */
#undef HAVE_MINCORE
@@ -201,24 +186,15 @@
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
-/* Define if you have the strdup function. */
-#undef HAVE_STRDUP
-
/* Define if you have the strsignal function. */
#undef HAVE_STRSIGNAL
-/* Define if you have the strtoul function. */
-#undef HAVE_STRTOUL
-
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF
/* Define if you have the times function. */
#undef HAVE_TIMES
-/* Define if you have the tsearch function. */
-#undef HAVE_TSEARCH
-
/* Define if you have the wcswidth function. */
#undef HAVE_WCSWIDTH
@@ -288,6 +264,9 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if you have the <values.h> header file. */
+#undef HAVE_VALUES_H
+
/* Define if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
@@ -529,32 +508,18 @@
the results of comparisons. */
#undef EXTRA_CC_MODES
-/* Define if you have the iconv() function. */
-#undef HAVE_ICONV
-
-/* Define as const if the declaration of iconv() needs const. */
-#undef ICONV_CONST
-
-/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
-#undef HAVE_LANGINFO_CODESET
+/* Define if you have the stpcpy function */
+#undef HAVE_STPCPY
-/* Define if your <locale.h> file defines LC_MESSAGES. */
+/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
-/* Define to 1 if translation of program messages to the user's native language
- is requested. */
+/* Define to 1 if NLS is requested */
#undef ENABLE_NLS
-/* Define if you have the <libintl.h> header file. */
-#undef HAVE_LIBINTL_H
-
-/* Define if the GNU gettext() function is already present or preinstalled. */
+/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
-/* Define to use the libintl included with this package instead of any
- version in the system libraries. */
-#undef USE_INCLUDED_LIBINTL
-
/* Define to 1 if installation paths should be looked up in Windows32
Registry. Ignored on non windows32 hosts. */
#undef ENABLE_WIN32_REGISTRY