summaryrefslogtreecommitdiffstats
path: root/server/sbus/sssd_dbus_server.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-08-05 11:47:02 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-08-05 12:27:17 -0400
commitbdb9c358705eb894cfce7bb6dd1b37c425f5d32c (patch)
treeb50c50fa41f36091dabb1f049c3328284080d733 /server/sbus/sssd_dbus_server.c
parent1f6d7dfad2956cb2f6c33104eda4fdbefe380a42 (diff)
downloadsssd-bdb9c358705eb894cfce7bb6dd1b37c425f5d32c.tar.gz
sssd-bdb9c358705eb894cfce7bb6dd1b37c425f5d32c.tar.xz
sssd-bdb9c358705eb894cfce7bb6dd1b37c425f5d32c.zip
Fix broken ifndefs
ifndef doesn't work for those functions that aren't already macro definitions in tevent.h like tevent_req_data. However if tevent_req_data is defined in tevent.h, all other functions are available as well. So just check for tevent_req_data and define all of them if it is not available. This should fix compiling on distros with the latsest tevent.
Diffstat (limited to 'server/sbus/sssd_dbus_server.c')
0 files changed, 0 insertions, 0 deletions