1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-06-05 22:43:35 +08:00
This commit is contained in:
Guilherme Janczak
2024-06-20 16:01:27 +02:00
committed by GitHub
Unverified
2 changed files with 2 additions and 7 deletions
Vendored
-3
View File
@@ -223,9 +223,6 @@ check_define __FreeBSD__ && bsd_detected=true
check_define __OpenBSD__ && {
bsd_detected=true
echo "CFLAGS+=-DIS_OPENBSD">>config.mak
check_compile_run 'whether OpenBSDs fclose() (illegally) calls close()' \
'#include <stdio.h>\n#include<stdlib.h>\nint close(int x){exit(0);}int main(){fclose(stdin);return 1;}' && \
OUR_CPPFLAGS="$OUR_CPPFLAGS -DBROKEN_FCLOSE"
}
check_define __sun && check_define __SVR4 && solaris_detected=true
check_define __HAIKU__ && haiku_detected=true