Commit Graph

23 Commits

Author SHA1 Message Date
Marcel Holtmann
bffd612cad tools: Remove include of compat ppoll header 2012-12-09 00:42:07 +01:00
Johan Hedberg
b8779d2202 Revert "Ensure config.h is included by using CPPFLAGS"
This reverts commit 8a03376544.

The patch needs to be split up and the gdbus/ changes were bogus
compared to the original commit message.

Conflicts:
	Makefile.am
	Makefile.obexd
	profiles/cyclingspeed/cyclingspeed.c
	profiles/heartrate/heartrate.c
	src/error.c
2012-12-07 12:46:04 +02:00
Lucas De Marchi
8a03376544 Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.

gdbus/ directory is left out, since it would break other projects using
it.
2012-12-05 17:18:07 +02:00
Lucas De Marchi
b84f6f794b build-sys: Define _GNU_SOURCE in config.h
Instead of defining _GNU_SOURCE in each source file (and potentially
forgetting in some), tell the build system we use extensions and let it
define _GNU_SOURCE in config.h.
2012-12-05 17:17:36 +02:00
Marcel Holtmann
9184e2eeb7 Update copyright information 2010-01-01 17:08:17 -08:00
Marcel Holtmann
9c0b5859e6 Fix mostly every warning caused by -Wsign-compare 2009-01-29 17:58:28 +01:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Marcel Holtmann
45c36dbd27 Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Marcel Holtmann
607695ed10 Update copyright information 2007-01-13 17:48:12 +00:00
Marcel Holtmann
73b9315e56 Don't forget to unblock signals for ppoll() 2006-08-16 11:44:52 +00:00
Marcel Holtmann
a1bc48d15a Convert to using ppoll() and pselect() 2006-08-16 10:54:06 +00:00
Marcel Holtmann
35e9349ffc Change default poll() timeout 2006-08-10 10:20:59 +00:00
Marcel Holtmann
f2e48c44a7 Update copyright information 2006-01-03 13:28:56 +00:00
Marcel Holtmann
632a943277 Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Marcel Holtmann
7ba9b7fda1 Use bt_free() instead of free() for inquiry results 2005-08-06 06:42:20 +00:00
Marcel Holtmann
1f422e5f2b Fix some GCC 4.0 warnings 2005-07-05 21:15:41 +00:00
Marcel Holtmann
bbda499067 Add memset() to different places to initialize the structures 2004-12-25 17:43:16 +00:00
Marcel Holtmann
b66d3f9b2c Unify copyright and license information 2004-04-28 10:39:47 +00:00
Marcel Holtmann
ecbe15c8f7 Add CVS $Id line 2004-04-24 11:18:19 +00:00
Marcel Holtmann
1d3715db11 Update BlueZ library configuration 2004-04-03 06:04:35 +00:00
Marcel Holtmann
1f72ace38b Fix PSM value for big endian machines 2004-04-02 15:32:01 +00:00
Marcel Holtmann
df713b4db4 Add the ciptool utility 2004-03-31 21:32:22 +00:00