X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/e9a13ac1e68bb08f289b5288b4f78c50639c6e41..1d3c30dbe232d224145556c245d27d1be1e01a1e:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 0f1fc41b..75a63d45 100644 --- a/acconfig.h +++ b/acconfig.h @@ -89,8 +89,11 @@ /* Location of random number pool */ #undef RANDOM_POOL -/* Location of EGD random number socket */ -#undef EGD_SOCKET +/* Location of PRNGD/EGD random number socket */ +#undef PRNGD_SOCKET + +/* Port number of PRNGD/EGD random number socket */ +#undef PRNGD_PORT /* Builtin PRNG command timeout */ #undef ENTROPY_TIMEOUT_MSEC @@ -297,7 +300,13 @@ #undef NO_X11_UNIX_SOCKETS /* Needed for SCO and NeXT */ -#undef SAVED_IDS_WORK_WITH_SETEUID +#undef BROKEN_SAVED_UIDS + +/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ +#undef GLOB_HAS_ALTDIRFUNC + +/* Define if your system glob() function has gl_matchc options in glob_t */ +#undef GLOB_HAS_GL_MATCHC @BOTTOM@