From e23f8d206d85154a99c3f91d58a35227a279c479 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Feb 2002 06:24:37 +0000 Subject: Update. 2002-02-03 Ulrich Drepper * config.h.in: Add HAVE_TLS_SUPPORT. * sysdeps/i386/elf/configure.in: New file. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') 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. */ -- cgit v1.2.3