diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-08-05 11:47:02 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-05 12:27:17 -0400 |
commit | bdb9c358705eb894cfce7bb6dd1b37c425f5d32c (patch) | |
tree | b50c50fa41f36091dabb1f049c3328284080d733 /server/responder | |
parent | 1f6d7dfad2956cb2f6c33104eda4fdbefe380a42 (diff) | |
download | sssd-bdb9c358705eb894cfce7bb6dd1b37c425f5d32c.tar.gz sssd-bdb9c358705eb894cfce7bb6dd1b37c425f5d32c.tar.bz2 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/responder')
0 files changed, 0 insertions, 0 deletions