Include "config.h" at the beginning of all source code, remove it from headers.

While here distinguish licence comments using the /*- special comment delimiter.
This commit is contained in:
Romain Tartiere
2010-01-15 10:18:11 +00:00
parent 2e5236561e
commit 3f8068b760
20 changed files with 136 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
/**
/*-
* Public platform independent Near Field Communication (NFC) library
*
* Copyright (C) 2009, Roel Verdult
@@ -15,12 +15,17 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*
*/
/**
* @file pn53x.h
* @brief PN531, PN532 and PN533 common functions
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif // HAVE_CONFIG_H
#include <string.h>
#include <stdio.h>