diff options
| author | ruki <[email protected]> | 2020-05-08 00:38:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-07 21:51:34 +0800 |
| commit | a0f2ea42fc61a6e3c54abc0a752c910d6c7bc90b (patch) | |
| tree | d54f2a5082800db4a505e187af76c3cb699479e5 | |
| parent | 342f6426d152ddb5a9b0a9ec6a1596d9bda79c63 (diff) | |
disable ifaddrs for bsd
| -rwxr-xr-x | core/src/tbox/inc/bsd/tbox.config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index 8dbdd370e..2eecdd59e 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -145,7 +145,7 @@ #define TB_CONFIG_POSIX_HAVE_OPEN 1 /* #undef TB_CONFIG_POSIX_HAVE_STAT64 */ #define TB_CONFIG_POSIX_HAVE_GETHOSTNAME 1 -#define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1 +/* #define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1*/ #define TB_CONFIG_POSIX_HAVE_SEM_INIT 1 #define TB_CONFIG_POSIX_HAVE_GETPAGESIZE 1 #define TB_CONFIG_POSIX_HAVE_SYSCONF 1 |
