mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
strictly, you can't #if on somthing that may or may not be defined.
Andrew Bartlett (This used to be commit 49bae0227323e811cb71ada24928d24f7dc56d1f)
This commit is contained in:
parent
dadae3bdd2
commit
ef07127b30
@ -1,7 +1,7 @@
|
||||
#ifndef __SPINLOCK_H__
|
||||
#define __SPINLOCK_H__
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user