Romuald Conty
|
f34857487d
|
Replace locally defined "null" to standard library defined "NULL" (stddef.h).
Replace "ulong" usage by "size_t" from standard library (since ulong type was only used to store sizeof() result).
|
2009-05-27 12:18:21 +00:00 |
|
Romuald Conty
|
ab3664b056
|
Switch types to C99 standard using stdint.h
Add stdint.h header check to ./configure
Add -std=c99 to CFLAGS.
|
2009-05-27 10:13:19 +00:00 |
|
Romuald Conty
|
8b2ca5da1c
|
Use DEBUG define instead of _LIBNFC_VERBOSE_ to enable debug messages. Add --enable-debug option to ./configure
|
2009-05-27 08:54:50 +00:00 |
|
Romuald Conty
|
f5acfd7af3
|
Moving sources into src/ directory.
|
2009-05-04 13:02:29 +00:00 |
|
Romuald Conty
|
0b979eaee2
|
libnfc can now be compiled using autotools and libtool.
It now provide a pkg-config file allowing a simplified compilation against libnfc.
|
2009-05-04 08:00:08 +00:00 |
|