1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

All modern platforms support stdint so remove pstdint.

This commit is contained in:
Sadie Powell
2020-09-11 16:04:57 +01:00
parent c7e26c5f67
commit 907aa60380
3 changed files with 1 additions and 807 deletions
-1
View File
@@ -357,7 +357,6 @@ endif(CMAKE_BUILD_TYPE STREQUAL "DEBUG" OR CMAKE_BUILD_TYPE STREQUAL "RELWITHDEB
# Check for the existence of the following include files
check_include_file(cstdint HAVE_CSTDINT)
check_include_file(stdint.h HAVE_STDINT_H)
check_include_file(strings.h HAVE_STRINGS_H)
# Check for the existence of the following functions