diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-14 23:54:38 +0000 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-15 08:50:53 +0000 |
| commit | a3393654f6ec49e012f9c79e7350a087340c4468 (patch) | |
| tree | c85226ee8e16fa56949d6962dfa78c9144e48e78 /config.h.cmake | |
| parent | Remove duplicated build checks. (diff) | |
| download | inkscape-a3393654f6ec49e012f9c79e7350a087340c4468.tar.gz inkscape-a3393654f6ec49e012f9c79e7350a087340c4468.zip | |
Remove cmake checks for C89 headers.
These are roughly equivalent to autoconf's AC_HEADER_STDC and even they
say that macro is obsolescent.
strings.h is not really a C89 header, but it defined some things that
are no longer needed [1]. And no file actually #includes it.
[1] https://stackoverflow.com/a/4291328
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/config.h.cmake b/config.h.cmake index 5d5d27c93..1dffd4f21 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -82,15 +82,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #cmakedefine HAVE_INTTYPES_H 1 -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#cmakedefine HAVE_LC_MESSAGES 1 - /* Define to 1 if you have the `m' library (-lm). */ #cmakedefine HAVE_LIBM 1 -/* Define to 1 if you have the <locale.h> header file. */ -#cmakedefine HAVE_LOCALE_H 1 - /* Define to 1 if you have the `mallinfo' function. */ #cmakedefine HAVE_MALLINFO 1 @@ -137,24 +131,12 @@ zero-length file name argument. */ #cmakedefine HAVE_STAT_EMPTY_STRING_BUG 1 -/* Define to 1 if you have the <stddef.h> header file. */ -#cmakedefine HAVE_STDDEF_H 1 - /* Define to 1 if you have the <stdint.h> header file. */ #cmakedefine HAVE_STDINT_H 1 -/* Define to 1 if you have the <stdlib.h> header file. */ -#cmakedefine HAVE_STDLIB_H 1 - /* Define to 1 if you have the `strftime' function. */ #cmakedefine HAVE_STRFTIME 1 -/* Define to 1 if you have the <strings.h> header file. */ -#cmakedefine HAVE_STRINGS_H 1 - -/* Define to 1 if you have the <string.h> header file. */ -#cmakedefine HAVE_STRING_H 1 - /* Define to 1 if you have the `strpbrk' function. */ #cmakedefine HAVE_STRPBRK 1 @@ -243,9 +225,6 @@ /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ #cmakedefine STAT_MACROS_BROKEN 1 -/* Define to 1 if you have the ANSI C header files. */ -#cmakedefine STDC_HEADERS 1 - /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #cmakedefine TIME_WITH_SYS_TIME 1 |
