oops - missed this

This commit is contained in:
Damien Miller 2000-05-09 14:45:00 +10:00
parent 16e519cb9c
commit 0e963ef3c5
1 changed files with 23 additions and 0 deletions

23
openbsd-compat.h Normal file
View File

@ -0,0 +1,23 @@
#ifndef _OPENBSD_H
#define _OPENBSD_H
#include "config.h"
/* BSD function replacements */
#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-login.h"
#include "bsd-base64.h"
/* rfc2553 socket API replacements */
#include "fake-getaddrinfo.h"
#include "fake-getnameinfo.h"
#include "fake-socket.h"
#endif /* _OPENBSD_H */