openssh-portable/openbsd-compat.h

29 lines
625 B
C
Raw Normal View History

2000-05-09 06:45:00 +02:00
#ifndef _OPENBSD_H
#define _OPENBSD_H
#include "config.h"
/* BSD function replacements */
#include "bsd-arc4random.h"
2000-05-09 06:45:00 +02:00
#include "bsd-bindresvport.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"
2000-07-11 06:46:29 +02:00
#include "bsd-inet_aton.h"
#include "bsd-inet_ntoa.h"
2000-07-11 13:37:35 +02:00
#include "bsd-strsep.h"
#include "bsd-strtok.h"
2000-05-09 06:45:00 +02:00
/* rfc2553 socket API replacements */
#include "fake-getaddrinfo.h"
#include "fake-getnameinfo.h"
#include "fake-socket.h"
#endif /* _OPENBSD_H */