diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-12-30 05:44:14 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-12-30 05:44:14 +0000 |
commit | eef16c36ad6e90fd8eaad4d8bdbc1205bc28a66f (patch) | |
tree | 0327ce01a6c74612b6127fbf9d522fb955d0f7a8 /include | |
parent | 7aa0ea23bc9b8df582fe06f2bc39dcfe34583c7e (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index f41da9f20..960080e8f 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -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_ */ |