aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-21 23:50:47 -0800
committerChris Robinson <[email protected]>2018-01-21 23:50:47 -0800
commitca07e210a7790272718305529a3e2e5ee0ea6df2 (patch)
treee9dfe41907c3897a1444d93a1a93835c50026a3b /config.h.in
parent5f3ae527c92fa1fda0ea87be9629db2c320831ec (diff)
Remove now-unused alloca and VLA checks
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 0bee5c98..bc4e6432 100644
--- a/config.h.in
+++ b/config.h.in
@@ -104,9 +104,6 @@
/* Define to the size of a long long int type */
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
-/* Define if we have C99 variable-length array support */
-#cmakedefine HAVE_C99_VLA
-
/* Define if we have C99 _Bool support */
#cmakedefine HAVE_C99_BOOL
@@ -143,9 +140,6 @@
/* Define if we have pthread_np.h */
#cmakedefine HAVE_PTHREAD_NP_H
-/* Define if we have alloca.h */
-#cmakedefine HAVE_ALLOCA_H
-
/* Define if we have malloc.h */
#cmakedefine HAVE_MALLOC_H