From ca07e210a7790272718305529a3e2e5ee0ea6df2 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Sun, 21 Jan 2018 23:50:47 -0800
Subject: Remove now-unused alloca and VLA checks

---
 config.h.in | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'config.h.in')

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
 
-- 
cgit v1.2.3