ifconfig under NetBSD also takes -a
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -677,6 +677,7 @@ wxDialUpManagerImpl::CheckIfconfig()
|
|||||||
wxString cmd = wxT("/bin/sh -c \'");
|
wxString cmd = wxT("/bin/sh -c \'");
|
||||||
cmd << m_IfconfigPath;
|
cmd << m_IfconfigPath;
|
||||||
#if defined(__AIX__) || \
|
#if defined(__AIX__) || \
|
||||||
|
defined(__NETBSD__) || \
|
||||||
defined(__OSF__) || \
|
defined(__OSF__) || \
|
||||||
defined(__SOLARIS__) || defined (__SUNOS__)
|
defined(__SOLARIS__) || defined (__SUNOS__)
|
||||||
// need to add -a flag
|
// need to add -a flag
|
||||||
|
Reference in New Issue
Block a user