Files
openssh-portable/openbsd-compat.h
T
Ben Lindstrom b4df15d1e1 - (bal) Add support for realpath and getcwd for platforms with broken
or missing realpath implementations for sftp-server.
 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
2000-10-15 00:17:36 +00:00

32 lines
696 B
C

#ifndef _OPENBSD_H
#define _OPENBSD_H
#include "config.h"
/* BSD function replacements */
#include "bsd-arc4random.h"
#include "bsd-bindresvport.h"
#include "bsd-getcwd.h"
#include "bsd-realpath.h"
#include "bsd-rresvport.h"
#include "bsd-misc.h"
#include "bsd-strlcpy.h"
#include "bsd-strlcat.h"
#include "bsd-mktemp.h"
#include "bsd-snprintf.h"
#include "bsd-daemon.h"
#include "bsd-base64.h"
#include "bsd-sigaction.h"
#include "bsd-inet_aton.h"
#include "bsd-inet_ntoa.h"
#include "bsd-strsep.h"
#include "bsd-strtok.h"
#include "bsd-vis.h"
/* rfc2553 socket API replacements */
#include "fake-getaddrinfo.h"
#include "fake-getnameinfo.h"
#include "fake-socket.h"
#endif /* _OPENBSD_H */