diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-15 21:09:14 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-15 21:09:14 +0000 |
commit | 6770f1bdb145e7a6c431d0523f10d12155f58273 (patch) | |
tree | f6dd06be6e26bcd775c6c62cf082904acd2e6ef9 /include | |
parent | 7d7fc927cd90146788780477b8e3379d91c3b910 (diff) |
Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa including
dix-config.h if DIX_HAVE_CONFIG_H is defined to get it and _XSERVER64,
instead of defining things like this per directory.
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 960080e8f..4ee747726 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -424,4 +424,7 @@ /* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ #undef BSD44SOCKETS +/* Define to 1 if modules should avoid the libcwrapper */ +#undef NO_LIBCWRAPPER + #endif /* _DIX_CONFIG_H_ */ |