diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-06 19:48:12 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-06 19:48:12 +0000 |
commit | b90a88e80310e5650e2abed4c151889d9c0bd316 (patch) | |
tree | 1778808b03dd6cf705dec0f0210ae2004ffa34ec /include | |
parent | 2304c14fe5d3796c557a86d0ece1f0fb92591469 (diff) |
Add checks for functions used in os/access.c & os/connection.c:
getdtablesize(), getifaddrs(), getpeereid(), getpeerucred()
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 6a301894f..ec329887d 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -59,6 +59,18 @@ /* Support XDM-AUTH*-1 */ #undef HASXDMAUTH +/* Define to 1 if you have the `getdtablesize' function. */ +#undef HAS_GETDTABLESIZE + +/* Define to 1 if you have the `getifaddrs' function. */ +#undef HAS_GETIFADDRS + +/* Define to 1 if you have the `getpeereid' function. */ +#undef HAS_GETPEEREID + +/* Define to 1 if you have the `getpeerucred' function. */ +#undef HAS_GETPEERUCRED + /* Support SHM */ #undef HAS_SHM |