summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2006-11-25 16:22:59 +0000
committerskrll <skrll@NetBSD.org>2006-11-25 16:22:59 +0000
commit4e99498a2e7c7d8e30f9f4b362377dbb5cf9e58c (patch)
tree5f04d5eeae67b2dcabbb2343129f621b719476c4 /gnu
parent062d05f5414683f03bfb030beb268a0b426b180e (diff)
Various fixes from mknative re-run.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb6/arch/alpha/config.h4
-rw-r--r--gnu/usr.bin/gdb6/arch/arm/config.h4
-rw-r--r--gnu/usr.bin/gdb6/arch/i386/config.h4
-rw-r--r--gnu/usr.bin/gdb6/arch/m68k/config.h2
-rw-r--r--gnu/usr.bin/gdb6/arch/mipseb/config.h2
-rw-r--r--gnu/usr.bin/gdb6/arch/powerpc/config.h2
-rw-r--r--gnu/usr.bin/gdb6/arch/sparc/config.h4
-rw-r--r--gnu/usr.bin/gdb6/arch/sparc64/config.h4
-rw-r--r--gnu/usr.bin/gdb6/arch/x86_64/config.h4
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/arm/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/i386/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h2
-rw-r--r--gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h2
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/alpha/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/arm/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/i386/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/m68k/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/mipseb/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/powerpc/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/sparc/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/sparc64/config.h8
-rw-r--r--gnu/usr.bin/gdb6/readline/arch/x86_64/config.h8
26 files changed, 59 insertions, 59 deletions
diff --git a/gnu/usr.bin/gdb6/arch/alpha/config.h b/gnu/usr.bin/gdb6/arch/alpha/config.h
index 64bf6fb62de..996bb79ba69 100644
--- a/gnu/usr.bin/gdb6/arch/alpha/config.h
+++ b/gnu/usr.bin/gdb6/arch/alpha/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_alpha_arch
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/arch/arm/config.h b/gnu/usr.bin/gdb6/arch/arm/config.h
index ed7d56009af..e5aced26218 100644
--- a/gnu/usr.bin/gdb6/arch/arm/config.h
+++ b/gnu/usr.bin/gdb6/arch/arm/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_arm_arch
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/arch/i386/config.h b/gnu/usr.bin/gdb6/arch/i386/config.h
index 5f11238b1fd..ca684f7e890 100644
--- a/gnu/usr.bin/gdb6/arch/i386/config.h
+++ b/gnu/usr.bin/gdb6/arch/i386/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_i386_arch
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/arch/m68k/config.h b/gnu/usr.bin/gdb6/arch/m68k/config.h
index 09176a08a01..2e611aa1540 100644
--- a/gnu/usr.bin/gdb6/arch/m68k/config.h
+++ b/gnu/usr.bin/gdb6/arch/m68k/config.h
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/arch/mipseb/config.h b/gnu/usr.bin/gdb6/arch/mipseb/config.h
index d605a8b4348..2d7d35e6365 100644
--- a/gnu/usr.bin/gdb6/arch/mipseb/config.h
+++ b/gnu/usr.bin/gdb6/arch/mipseb/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_mips_arch
diff --git a/gnu/usr.bin/gdb6/arch/powerpc/config.h b/gnu/usr.bin/gdb6/arch/powerpc/config.h
index bb76fd350d2..104f6b1c5ce 100644
--- a/gnu/usr.bin/gdb6/arch/powerpc/config.h
+++ b/gnu/usr.bin/gdb6/arch/powerpc/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_rs6000_arch
diff --git a/gnu/usr.bin/gdb6/arch/sparc/config.h b/gnu/usr.bin/gdb6/arch/sparc/config.h
index aed02aba534..895ec5a8772 100644
--- a/gnu/usr.bin/gdb6/arch/sparc/config.h
+++ b/gnu/usr.bin/gdb6/arch/sparc/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_sparc_arch
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/arch/sparc64/config.h b/gnu/usr.bin/gdb6/arch/sparc64/config.h
index b6161268aa8..8bbedbc1ac4 100644
--- a/gnu/usr.bin/gdb6/arch/sparc64/config.h
+++ b/gnu/usr.bin/gdb6/arch/sparc64/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_sparc_arch
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/arch/x86_64/config.h b/gnu/usr.bin/gdb6/arch/x86_64/config.h
index c460f75c13f..f21da65f90c 100644
--- a/gnu/usr.bin/gdb6/arch/x86_64/config.h
+++ b/gnu/usr.bin/gdb6/arch/x86_64/config.h
@@ -17,7 +17,7 @@
/* #undef C_ALLOCA */
/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/lib/debug"
+#define DEBUGDIR "/usr/libdata/debug"
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_i386_arch
@@ -603,7 +603,7 @@
/* #undef USE_WIN32API */
/* Define if the simulator is being linked in. */
-#define WITH_SIM 1
+/* #undef WITH_SIM */
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h b/gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h
index b277392fb14..65906e2c862 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/arm/config.h b/gnu/usr.bin/gdb6/libiberty/arch/arm/config.h
index b277392fb14..65906e2c862 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/arm/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/arm/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/i386/config.h b/gnu/usr.bin/gdb6/libiberty/arch/i386/config.h
index b277392fb14..65906e2c862 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/i386/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/i386/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h b/gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h
index 15775008719..57f38c0446a 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h b/gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h
index 15775008719..57f38c0446a 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h b/gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h
index 15775008719..57f38c0446a 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h b/gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h
index 15775008719..57f38c0446a 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h b/gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h
index b277392fb14..65906e2c862 100644
--- a/gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h
+++ b/gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h
@@ -238,7 +238,7 @@
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
+#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
diff --git a/gnu/usr.bin/gdb6/readline/arch/alpha/config.h b/gnu/usr.bin/gdb6/readline/arch/alpha/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/alpha/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/alpha/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/arm/config.h b/gnu/usr.bin/gdb6/readline/arch/arm/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/arm/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/arm/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/i386/config.h b/gnu/usr.bin/gdb6/readline/arch/i386/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/i386/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/i386/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/m68k/config.h b/gnu/usr.bin/gdb6/readline/arch/m68k/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/m68k/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/m68k/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/mipseb/config.h b/gnu/usr.bin/gdb6/readline/arch/mipseb/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/mipseb/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/mipseb/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/powerpc/config.h b/gnu/usr.bin/gdb6/readline/arch/powerpc/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/powerpc/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/powerpc/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/sparc/config.h b/gnu/usr.bin/gdb6/readline/arch/sparc/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/sparc/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/sparc/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/sparc64/config.h b/gnu/usr.bin/gdb6/readline/arch/sparc64/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/sparc64/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/sparc64/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
diff --git a/gnu/usr.bin/gdb6/readline/arch/x86_64/config.h b/gnu/usr.bin/gdb6/readline/arch/x86_64/config.h
index 32dcf660d3d..d6205014a10 100644
--- a/gnu/usr.bin/gdb6/readline/arch/x86_64/config.h
+++ b/gnu/usr.bin/gdb6/readline/arch/x86_64/config.h
@@ -83,7 +83,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcoll function. */
-/* #undef HAVE_STRCOLL */
+#define HAVE_STRCOLL 1
/* #undef STRCOLL_BROKEN */
@@ -216,9 +216,9 @@
/* #undef MUST_REINSTALL_SIGHANDLERS */
-/* #undef HAVE_POSIX_SIGSETJMP */
+#define HAVE_POSIX_SIGSETJMP 1
-/* #undef CTYPE_NON_ASCII */
+#define CTYPE_NON_ASCII 1
/* modify settings or make new ones based on what autoconf tells us. */
@@ -229,7 +229,7 @@
#endif
#if defined (STRCOLL_BROKEN)
-/* # undef HAVE_STRCOLL */
+# define HAVE_STRCOLL 1
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)