mirror of
https://github.com/yarrick/iodine.git
synced 2025-03-20 05:19:42 +00:00
More generic way of finding ifconfig.
This commit is contained in:
parent
3a852a51e2
commit
ade78ac8a2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#ifndef IFCONFIGPATH
|
#ifndef IFCONFIGPATH
|
||||||
#define IFCONFIGPATH "/sbin/"
|
#define IFCONFIGPATH "PATH=/sbin:/bin "
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WINDOWS32
|
#ifdef WINDOWS32
|
||||||
|
|
Loading…
Add table
Reference in a new issue