pulseaudio/src/utils
Peter Meerwald-Stadler a199b9045e build: Use #ifdef to check for #defines
for example, in case HAVE_MEMFD is #undef, checking with #if HAVE_MEMFD
gives a warning (gcc 5.4.1, Ubuntu)

pulsecore/shm.c: In function 'sharedmem_create':
pulsecore/shm.c:208:5: warning: "HAVE_MEMFD" is not defined [-Wundef]
 #if HAVE_MEMFD

use #ifdef or #if defined() to check for presence of a #define

Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
2017-03-08 14:31:29 +01:00
..
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
pacat.c pacat: Write to stream only in frame-sized chunks 2016-12-20 19:59:08 +02:00
pacmd.c pacmd: Fix typo in set-default-* help 2015-10-30 18:47:16 +05:30
pactl.c patcl: Error msg from pactl not quite accurate for 'mute' commands 2015-08-12 15:20:46 +02:00
padsp.c build: Use #ifdef to check for #defines 2017-03-08 14:31:29 +01:00
padsp.in padsp: allow overriding library install location 2017-01-19 03:00:45 +02:00
pasuspender.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
pax11publish.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
qpaeq qpaeq: Don't set font-size on widgets 2016-06-22 12:55:55 +05:30