source: vendor/current/lib/socket/wscript

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 257 bytes
Line 
1#!/usr/bin/env python
2
3def 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.