about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-04 06:24:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-04 06:24:37 +0000
commite23f8d206d85154a99c3f91d58a35227a279c479 (patch)
treefb15983a8e4f67b211a5ec08572d07d8a94854d5 /config.h.in
parent9710f75d4a4d57fa86f20e011c6dc6e66c590080 (diff)
downloadglibc-e23f8d206d85154a99c3f91d58a35227a279c479.tar.gz
glibc-e23f8d206d85154a99c3f91d58a35227a279c479.tar.xz
glibc-e23f8d206d85154a99c3f91d58a35227a279c479.zip
Update.
2002-02-03  Ulrich Drepper  <drepper@redhat.com>

	* config.h.in: Add HAVE_TLS_SUPPORT.
	* sysdeps/i386/elf/configure.in: New file.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 53e761d57b..88a65aa093 100644
--- a/config.h.in
+++ b/config.h.in
@@ -99,6 +99,9 @@
 /* Define if the assembler supported .protected.  */
 #undef	HAVE_PROTECTED
 
+/* Define if binutils support TLS handling.  */
+#undef	HAVE_TLS_SUPPORT
+
 
 /* Defined to some form of __attribute__ ((...)) if the compiler supports
    a different, more efficient calling convention.  */