File tree Expand file tree Collapse file tree 4 files changed +249
-54
lines changed Expand file tree Collapse file tree 4 files changed +249
-54
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,14 @@ include ( DefaultDirs )
60
60
include ( CheckSTDC )
61
61
include ( CheckIncludeFile )
62
62
check_include_file ( string .h HAVE_STRING_H )
63
- check_include_file ( stdlib.h HAVE_STDLIB_H )
64
- check_include_file ( stdio.h HAVE_STDIO_H )
65
- check_include_file ( math .h HAVE_MATH_H )
66
- check_include_file ( errno.h HAVE_ERRNO_H )
67
- check_include_file ( stdarg.h HAVE_STDARG_H )
63
+ check_include_file ( stdlib.h HAVE_STDLIB_H )
64
+ check_include_file ( stdio.h HAVE_STDIO_H )
65
+ check_include_file ( math .h HAVE_MATH_H )
66
+ check_include_file ( errno.h HAVE_ERRNO_H )
67
+ check_include_file ( stdarg.h HAVE_STDARG_H )
68
68
check_include_file ( unistd.h HAVE_UNISTD_H )
69
+ check_include_file ( locale.h HAVE_LOCALE_H )
70
+ check_include_file ( xlocale.h HAVE_XLOCALE_H )
69
71
70
72
if ( WIN32 )
71
73
# Check presence of MS include files
Original file line number Diff line number Diff line change 13
13
/* Define to 1 if you have the <math.h> header file . */
14
14
#cmakedefine HAVE_MATH_H @HAVE_MATH_H@
15
15
16
+ /* Define to 1 if you have the <locale.h> header file . */
17
+ #cmakedefine HAVE_LOCALE_H @HAVE_LOCALE_H@
18
+
16
19
/* Define to 1 if you have the <stdarg.h> header file . */
17
20
#cmakedefine HAVE_STDARG_H @HAVE_STDARG_H@
18
21
34
37
/* Define to 1 if you have the <windows.h> header file . */
35
38
#cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
36
39
40
+ /* Define to 1 if you have the <xlocale.h> header file . */
41
+ #cmakedefine HAVE_XLOCALE_H @HAVE_XLOCALE_H@
42
+
37
43
/* Define if using the MinGW32 environment */
38
44
#cmakedefine MINGW32 @MINGW32@
39
45
You can’t perform that action at this time.
0 commit comments