From a64fc6cf442f7dd566f85696aae17ab2249ba01f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 14 Feb 2015 00:04:36 -0800 Subject: Don't check for C89 headers. 1988 called, they want their lack of a C standard back. We don't need to check whether we have stdarg.h, stddef.h, stdlib.h, or string.h, as they're specified by C89 and I don't think there are any platforms we care about that don't have a C89 environment in which we could be built. Change-Id: I447551181284fab7722354b62774625ed8ee94bc Reviewed-on: https://code.wireshark.org/review/7110 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- cmakeconfig.h.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 213a5851ba..01cb1bf4f9 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -274,24 +274,12 @@ /* Define to 1 if you have the WinSparkle library */ #cmakedefine HAVE_SOFTWARE_UPDATE 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STDARG_H 1 - -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STDDEF_H 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDINT_H 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STDLIB_H 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STRINGS_H 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STRING_H 1 - /* Define if you have the 'strptime' function. */ #cmakedefine HAVE_STRPTIME 1 -- cgit v1.2.1