mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.h
This commit is contained in:
parent
75cfafd698
commit
fdd225c3e4
@ -18,9 +18,14 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _NMBD_NMBD_H_
|
||||
#define _NMBD_NMBD_H_
|
||||
|
||||
#ifndef HAVE_PIPE
|
||||
#define SYNC_DNS 1
|
||||
#endif
|
||||
|
||||
#include "libsmb/nmblib.h"
|
||||
#include "nmbd/nmbd_proto.h"
|
||||
|
||||
#endif /* _NMBD_NMBD_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user