From ad201afe5c348de265b92bae6688034102a4386b Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 08:12:11 +0200 Subject: Add pthread-in-libc, libpthread-routines-var, librt-routines-var These make variables can be used to add routines to different libraries for the Hurd and Linux builds. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- 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 ea56e5b4a4..99036b887f 100644 --- a/config.h.in +++ b/config.h.in @@ -200,6 +200,9 @@ multiple symbol versions for one symbol. */ #define SYMVER_NEEDS_ALIAS 0 +/* Define to 1 if libpthread actually resides in libc. */ +#define PTHREAD_IN_LIBC 0 + /* */ -- cgit 1.4.1