#define HasPutenv YES
#define HasBSD44Sockets YES
#define HasZlib YES
+#define HasXdmAuth YES
#if OSMajorVersion >= 10 && defined(UseGcc)
USE_GCC = UseGcc
DEFINES = $(DTDEFINES) -DXDMCP
#elif defined (OpenBSDArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP
+#elif defined (FreeBSDArchitecture)
+ DEFINES = $(DTDEFINES) -DXDMCP
#else
DEFINES = $(DTDEFINES) -D_NO_PROTO
#endif
#endif /* NeedWidePrototypes */
char *name) ;
-extern int XdmGetXdmcpAuth(
+extern void XdmGetXdmcpAuth(
struct protoDisplay *pdpy,
#if NeedWidePrototypes
unsigned int authorizationNameLen,
#ifdef XDMCP
-XdmGetXdmcpAuth (pdpy,authorizationNameLen, authorizationName)
+void XdmGetXdmcpAuth (pdpy,authorizationNameLen, authorizationName)
struct protoDisplay *pdpy;
#if NeedWidePrototypes
unsigned int authorizationNameLen;