source:
vendor/current/lib/socket/wscript
| Last change on this file was 988, checked in by , 9 years ago | |
|---|---|
| File size: 257 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | |
| 3 | def configure(conf): |
| 4 | conf.CHECK_HEADERS('linux/sockios.h linux/ethtool.h') |
| 5 | if (conf.CONFIG_SET('HAVE_LINUX_SOCKIOS_H') and \ |
| 6 | conf.CONFIG_SET('HAVE_LINUX_ETHTOOL_H')): |
| 7 | conf.DEFINE('HAVE_ETHTOOL', 1) |
Note:
See TracBrowser
for help on using the repository browser.
