diff options
Diffstat (limited to 'lib/libX11/src/config.h.in')
-rw-r--r-- | lib/libX11/src/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libX11/src/config.h.in b/lib/libX11/src/config.h.in index 80093dd12..e95cb99e3 100644 --- a/lib/libX11/src/config.h.in +++ b/lib/libX11/src/config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* launchd support available */ +#undef HAVE_LAUNCHD + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -45,6 +48,9 @@ /* Use shl_load to load shared libraries */ #undef HAVE_SHL_LOAD +/* Define to 1 if the system has the type `socklen_t'. */ +#undef HAVE_SOCKLEN_T + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -117,6 +123,9 @@ /* Support TCP socket connections */ #undef TCPCONN +/* launchd support available */ +#undef TRANS_REOPEN + /* Support UNIX socket connections */ #undef UNIXCONN |