Merge from HEAD: Add #undef BSD44SOCKETS, without which the listener socket

on FreeBSD would be created without the port number due to xtrans's
    define not being used when xtrans was compiled in the X Server.
This commit is contained in:
Eric Anholt 2006-02-15 20:34:38 +00:00
parent a0e4ae6b2a
commit b3bf088822
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
* include/dix-config.h.in:
Merge from HEAD:
Add #undef BSD44SOCKETS, without which the listener socket on FreeBSD
would be created without the port number due to xtrans's define not
being used when xtrans was compiled in the X Server.
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:

View file

@ -421,4 +421,7 @@
/* System is BSD-like */
#undef CSRG_BASED
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
#undef BSD44SOCKETS
#endif /* _DIX_CONFIG_H_ */