diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-01-18 12:50:39 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-01-18 12:50:39 -0800 |
commit | 8f3408f3936bacd08f76d5ee22cbc86e6b627287 (patch) | |
tree | 748676de3833b01657df35def4cfdd016d9647d6 /include | |
parent | a3abc2d634c315e7776e5500b2d68f4eed6c2e20 (diff) |
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.h | 2 |
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; |