summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-12-13 18:54:26 +0100
committerGary Lockyer <gary@samba.org>2018-12-17 00:10:10 +0100
commit8a313bbdd5c5e3ec2410387cb4fe528071c60149 (patch)
tree115959689996f26ea5ec6c01334489cb1c71c6a1 /lib/tsocket
parent3da98cb19112fe98612035792f68fead8c2d6ec5 (diff)
downloadsamba-8a313bbdd5c5e3ec2410387cb4fe528071c60149.tar.gz
lib:tsocket: Check for DOXYGEN as a #define
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Gary Lockyer <gary@samba.org> Autobuild-Date(master): Mon Dec 17 00:10:10 CET 2018 on sn-devel-144
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h
index dd0bd981f20..ab4cef92bd5 100644
--- a/lib/tsocket/tsocket.h
+++ b/lib/tsocket/tsocket.h
@@ -501,7 +501,7 @@ int tstream_disconnect_recv(struct tevent_req *req,
*/
bool tsocket_address_is_inet(const struct tsocket_address *addr, const char *fam);
-#if DOXYGEN
+#ifdef DOXYGEN
/**
* @brief Create a tsocket_address for ipv4 and ipv6 endpoint addresses.
*