summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2025-01-18 12:50:39 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2025-01-18 12:50:39 -0800
commit8f3408f3936bacd08f76d5ee22cbc86e6b627287 (patch)
tree748676de3833b01657df35def4cfdd016d9647d6 /include
parenta3abc2d634c315e7776e5500b2d68f4eed6c2e20 (diff)
Remove unneccessary IPv6 #ifdefHEADmaster
It was just wrapped around the defintion of the multicast state enums Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxdmcp/-/merge_requests/12>
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xdmcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/X11/Xdmcp.h b/include/X11/Xdmcp.h
index e24cc43..5dc8c7f 100644
--- a/include/X11/Xdmcp.h
+++ b/include/X11/Xdmcp.h
@@ -55,9 +55,7 @@ typedef enum {
XDM_START_CONNECTION, XDM_AWAIT_REQUEST_RESPONSE,
XDM_AWAIT_MANAGE_RESPONSE, XDM_MANAGE, XDM_RUN_SESSION, XDM_OFF,
XDM_AWAIT_USER_INPUT, XDM_KEEPALIVE, XDM_AWAIT_ALIVE_RESPONSE,
-#if defined(IPv6) && defined(AF_INET6)
XDM_MULTICAST, XDM_COLLECT_MULTICAST_QUERY,
-#endif
XDM_KEEP_ME_LAST
} xdmcp_states;