X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/70e7d0b065e3b1d1e4eb2d7053690d7689705630..9a6fee8b2b42608a177803d2351d3cfe732910d8:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 0dc09642..3b919d55 100644 --- a/acconfig.h +++ b/acconfig.h @@ -367,6 +367,16 @@ /* Silly mkstemp() */ #undef HAVE_STRICT_MKSTEMP +/* Setproctitle emulation */ +#undef SETPROCTITLE_STRATEGY +#undef SETPROCTITLE_PS_PADDING + +/* Some systems put this outside of libc */ +#undef HAVE_NANOSLEEP + +/* Pushing STREAMS modules incorrectly acquires a controlling TTY */ +#undef STREAMS_PUSH_ACQUIRES_CTTY + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */