build: remove unused INTTYPES define

This commit is contained in:
sithlord48
2025-01-20 14:45:00 -05:00
committed by Chris Rizzitello
parent bac86455d2
commit 3e9289328a
2 changed files with 0 additions and 4 deletions

View File

@ -123,7 +123,6 @@ macro(configure_unix_libs)
check_include_file_cxx(ostream HAVE_OSTREAM)
check_include_file_cxx(sstream HAVE_SSTREAM)
check_include_files(inttypes.h HAVE_INTTYPES_H)
check_include_files(locale.h HAVE_LOCALE_H)
check_include_files(strings.h HAVE_STRINGS_H)
check_include_files(string.h HAVE_STRING_H)

View File

@ -29,9 +29,6 @@
/* Define if you have the `inet_aton` function. */
#cmakedefine HAVE_INET_ATON @HAVE_INET_ATON@
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
/* Define to 1 if you have the <istream> header file. */
#cmakedefine HAVE_ISTREAM @HAVE_ISTREAM@