search for: have_pstat

Displaying 3 results from an estimated 3 matches for "have_pstat".

Did you mean: have_fstat
2002 Jun 07
1
Setproctitle && HPUX, patch/fix included
...that on HP setproctitle requires sys/pstat.h and some other settings. I can locate sys/pstat.h on my system, but the ./configure won't find it (it's in /usr/include/sys/pstat.h). When I force HAVE_SYS_PSTAT_H on config.h it will still not work, since setproctitle.c has a check for defined HAVE_PSTAT && defined PSTAT_SETCMD. Shouldn't this be ( defined HAVE_PSTAT || defined HAVE_SYS_PSTAT_H ) && def PSTAT_SETCMD (Pardon my preprocessor logic, this is probably wrong, but you get the idea. Using #define HAVE_SYS_PSTAT_H in setproctitle.c will fix my problem. -- Mark Janss...
2003 Jan 09
8
[Bug 236] No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236 ------- Additional Comments From djm at mindrot.org 2003-01-09 11:22 ------- This seems to work on Linux and I have had reports of it working on other platforms too. Please test this patch and report here or on the list. I'd like to get this in for the next version. ------- You are receiving this mail because: ------- You are the
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...IN_SYSTM_H 1 /* #undef HAVE_NGETADDRINFO */ /* #undef HAVE_NSLEEP */ /* #undef HAVE_OGETADDRINFO */ /* #undef HAVE_OPENLOG_R */ #define HAVE_OPENPTY 1 /* #undef HAVE_PAM_GETENVLIST */ /* #undef HAVE_PAM_PAM_APPL_H */ /* #undef HAVE_PAM_PUTENV */ #define HAVE_PATHS_H 1 #define HAVE_PRCTL 1 /* #undef HAVE_PSTAT */ #define HAVE_PTY_H 1 #define HAVE_PUTUTLINE 1 #define HAVE_PUTUTXLINE 1 /* #undef HAVE_READPASSPHRASE */ /* #undef HAVE_READPASSPHRASE_H */ #define HAVE_REALPATH 1 #define HAVE_RECVMSG 1 #define HAVE_RPC_TYPES_H 1 #define HAVE_RRESVPORT_AF 1 /* #undef HAVE_SECTOK_H */ /* #undef HAVE_SECURITY_PAM...