Remove DAEMON defines
authorHannes Reinecke <hare@suse.de>
Wed, 30 Apr 2008 09:04:50 +0000 (11:04 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 30 Apr 2008 11:25:15 +0000 (13:25 +0200)
commit43f09faa4f90adcbcacdb840c00529b335c86b36
treeb20cc37b25f9f743f12ade26e5f126264f76bf0c
parentfef769bbcbbf21db7d246bc455d43dec7c40c204
Remove DAEMON defines

We're now building just one shared library for both programs,
multipath and multipathd. So any DAEMON defines are quite
pointless.
Remove them and use 'mpp->waiter == NULL' to distinguish between
multipath and multipathd where required.

Signed-off-by: Hannes Reinecke <hare@suse.de>
15 files changed:
libmultipath/Makefile
libmultipath/configure.c
libmultipath/debug.c
libmultipath/debug.h
libmultipath/devmapper.c
libmultipath/discovery.c
libmultipath/dmparser.c
libmultipath/structs.c
libmultipath/structs_vec.c
libmultipath/structs_vec.h
libmultipath/uxsock.c
libmultipath/waiter.h
multipath/main.c
multipathd/Makefile
multipathd/main.c