CMake: Remove an unneeded definition

We've required PCRE2 since b9f2e4b7fa.
This commit is contained in:
Gerald Combs 2023-09-18 09:11:36 -07:00
parent 533f4ac472
commit d4046d59a5

View file

@ -109,9 +109,6 @@
/* Define to use kerberos */
#cmakedefine HAVE_KERBEROS 1
/* Define to use PCRE2 library */
#define HAVE_PCRE2 1
/* Define to use nghttp2 */
#cmakedefine HAVE_NGHTTP2 1
@ -375,9 +372,7 @@
# endif
#endif
#ifdef HAVE_PCRE2
#define PCRE2_CODE_UNIT_WIDTH 8
#endif
/*
* If HAVE_PCAP_REMOTE is defined, it forces the WinPcap header files to