mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-11-06 10:06:02 +00:00
fix build on FreeBSD due to usage of Dl_info
This commit is contained in:
@@ -7,10 +7,7 @@
|
|||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#undef _POSIX_C_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#define _POSIX_C_SOURCE 200112L
|
|
||||||
#undef _XOPEN_SOURCE
|
|
||||||
#define _XOPEN_SOURCE 600
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user