libnfc/examples
Ludovic Rousseau d28889c696 Remove now useless #define for getline()
getline() is no more used. So no need to use this ugly hack.

This also solves a compiler warning;
In file included from ../libnfc/log.h:22:0,
                 from ../libnfc/chips/pn53x-internal.h:28,
                 from ../libnfc/chips/pn53x.h:31,
                 from pn53x-tamashell.c:68:
../config.h:153:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
2012-05-15 07:57:37 +00:00
..
doc add some Doxygen documentation. 2012-01-31 09:49:43 +00:00
pn53x-tamashell-scripts examples/pn53x-tamashell-scripts: minor enhancements. 2011-05-03 15:10:51 +00:00
CMakeLists.txt Prepare libnfc 1.6.0-rc1 2012-03-01 12:00:23 +00:00
Makefile.am drop log4c support 2012-01-06 13:05:10 +00:00
nfc-anticol.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-anticol.c add context to nfc_init(), nfc_exit(), nfc_open() and nfc_list_devices() functions. 2012-01-18 16:22:06 +00:00
nfc-dep-initiator.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-dep-initiator.c Fix compiler warning 2012-05-13 12:54:37 +00:00
nfc-dep-target.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-dep-target.c Fix compiler warning 2012-05-13 12:51:57 +00:00
nfc-emulate-forum-tag2.c fix typos 2012-05-14 19:44:03 +00:00
nfc-emulate-tag.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-emulate-tag.c Fix a bunch of warnings. 2012-05-14 13:47:31 +00:00
nfc-emulate-uid.1 Fix some spelling mistakes 2012-05-13 13:10:15 +00:00
nfc-emulate-uid.c Fix a bunch of warnings. 2012-05-14 13:47:31 +00:00
nfc-poll.1 verbose option back for nfc-list, and newly implemented in nfc-poll 2012-01-04 21:29:43 +00:00
nfc-poll.c Fix compiler warnings 2012-05-13 12:39:17 +00:00
nfc-relay.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-relay.c Fix a bunch of warnings. 2012-05-14 13:47:31 +00:00
pn53x-diagnose.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
pn53x-diagnose.c Fix usage of possibly uninitialized 'result'. 2012-05-14 12:50:04 +00:00
pn53x-sam.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
pn53x-sam.c Fix compiler warning 2012-05-13 12:32:30 +00:00
pn53x-tamashell.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
pn53x-tamashell.c Remove now useless #define for getline() 2012-05-15 07:57:37 +00:00