]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/spinlock.h
pppd.8: Document netmask option
[ppp.git] / pppd / spinlock.h
index 967fe37457fb9a69b754c3ef50fc860d729a7963..5835a4a7f4d85963f66d52bf918771c538519733 100644 (file)
@@ -1,9 +1,33 @@
-#ifndef __SPINLOCK_H__
-#define __SPINLOCK_H__
+/* 
+   Unix SMB/CIFS implementation.
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+   trivial database library 
+
+   Copyright (C) Anton Blanchard                   2001
+   
+     ** NOTE! The following LGPL license applies to the tdb
+     ** library. This does NOT imply that all of Samba is released
+     ** under the LGPL
+   
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+   
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
+
+#ifndef PPP_SPINLOCK_H
+#define PPP_SPINLOCK_H
+
+#include "pppdconf.h"
 
 #include "tdb.h"
 
@@ -56,4 +80,4 @@ int tdb_clear_spinlocks(TDB_CONTEXT *tdb);
 
 #endif
 
-#endif
+#endif // PPP_SPINLOCK_H