More generic way of finding ifconfig.

This commit is contained in:
Jason A. Donenfeld 2012-06-02 17:19:30 +02:00 committed by Erik Ekman
parent 3a852a51e2
commit ade78ac8a2

View file

@ -25,7 +25,7 @@
#include <fcntl.h>
#ifndef IFCONFIGPATH
#define IFCONFIGPATH "/sbin/"
#define IFCONFIGPATH "PATH=/sbin:/bin "
#endif
#ifdef WINDOWS32