]> andersk Git - openssh.git/blame - openbsd-compat/setenv.h
- (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More
[openssh.git] / openbsd-compat / setenv.h
CommitLineData
0b202697 1/* $Id$ */
2
f5238bee 3#ifndef _BSD_SETENV_H
4#define _BSD_SETENV_H
5
6#include "config.h"
7
8#ifndef HAVE_SETENV
9
10int setenv(register const char *name, register const char *value, int rewrite);
11
12#endif /* !HAVE_SETENV */
13
14#endif /* _BSD_SETENV_H */
This page took 0.136803 seconds and 5 git commands to generate.