Stop testing for gid_t and uid_t that we never use in CMake
Also remove the corresponding parts of setup.h.in.
This commit is contained in:
@@ -650,7 +650,6 @@ endif()
|
||||
set(SYSTYPES
|
||||
size_t
|
||||
wchar_t int long short
|
||||
gid_t uid_t
|
||||
)
|
||||
if(NOT MSVC)
|
||||
list(APPEND SYSTYPES mode_t off_t)
|
||||
|
Reference in New Issue
Block a user