1
0
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:
Michael Adam 2011-05-31 13:30:34 +02:00
parent 75cfafd698
commit fdd225c3e4

View File

@ -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_ */