/* Test program, used by the intl-thread-1 test.
- Copyright (C) 2005-2007, 2009-2010, 2013, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007, 2009-2010, 2013, 2018-2019 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdio.h>
#include <string.h>
-#if USE_POSIX_THREADS && HAVE_USELOCALE
+#if USE_POSIX_THREADS && HAVE_WORKING_USELOCALE
#include <pthread.h>
/* Test program, used by the intl-thread-2 test.
- Copyright (C) 2005-2007, 2009-2010, 2013, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007, 2009-2010, 2013, 2018-2019 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdio.h>
#include <string.h>
-#if USE_POSIX_THREADS && HAVE_USELOCALE
+#if USE_POSIX_THREADS && HAVE_WORKING_USELOCALE
#include <pthread.h>
/* Test program, used by the intl-thread-3 test.
- Copyright (C) 2005-2007, 2009-2010, 2013, 2018 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007, 2009-2010, 2013, 2018-2019 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdio.h>
#include <string.h>
-#if USE_POSIX_THREADS && HAVE_USELOCALE
+#if USE_POSIX_THREADS && HAVE_WORKING_USELOCALE
#include <pthread.h>