From 95595d660b771c96ca5f56ebe0d256294abd7fd4 Mon Sep 17 00:00:00 2001 From: Jouk Date: Mon, 22 Jan 2018 10:44:27 +0100 Subject: [PATCH] Add #undef HAVE_XLOCALE_H --- setup.h_vms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 5e4e41afc7..363134616a 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 12 December 2017 * + * Date : 22 January 2018 * * * *****************************************************************************/ @@ -1387,6 +1387,9 @@ typedef pid_t GPid; /* Define if setpriority() is available. */ #undef HAVE_SETPRIORITY +/* Define if xlocale.h header file exists. */ +#undef HAVE_XLOCALE_H + /* Define if locale_t is available */ #undef HAVE_LOCALE_T