CMake: Remove cmakedefine HAVE_ALLOCA_H

Commit 8df2a73594 removed this
configuration check but didn't remove the corresponding config.h
macro.
This commit is contained in:
João Valverde 2021-09-17 03:38:39 +01:00 committed by Wireshark GitLab Utility
parent b2bc8fd059
commit f80b7babe5
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@
/* Enable AirPcap */
#cmakedefine HAVE_AIRPCAP 1
/* Define to 1 if you have the <alloca.h> header file. */
#cmakedefine HAVE_ALLOCA_H 1
/* Define to 1 if you have the <arpa/inet.h> header file. */
#cmakedefine HAVE_ARPA_INET_H 1