]> andersk Git - openssh.git/blame - openbsd-compat.h
- (djm) Added bsd-inet_aton for NeXT
[openssh.git] / openbsd-compat.h
CommitLineData
5b564a61 1#ifndef _OPENBSD_H
2#define _OPENBSD_H
3
4#include "config.h"
5
6/* BSD function replacements */
7#include "bsd-bindresvport.h"
8#include "bsd-rresvport.h"
9#include "bsd-misc.h"
10#include "bsd-strlcpy.h"
11#include "bsd-strlcat.h"
12#include "bsd-mktemp.h"
13#include "bsd-snprintf.h"
14#include "bsd-daemon.h"
5b564a61 15#include "bsd-base64.h"
5bf9cfe9 16#include "bsd-sigaction.h"
7149f606 17#include "bsd-inet_aton.h"
5b564a61 18
19/* rfc2553 socket API replacements */
20#include "fake-getaddrinfo.h"
21#include "fake-getnameinfo.h"
22#include "fake-socket.h"
23
24#endif /* _OPENBSD_H */
This page took 0.059824 seconds and 5 git commands to generate.