2000-05-09 06:45:00 +02:00
|
|
|
#ifndef _OPENBSD_H
|
|
|
|
#define _OPENBSD_H
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
/* BSD function replacements */
|
2000-08-16 02:35:58 +02:00
|
|
|
#include "bsd-arc4random.h"
|
2000-05-09 06:45:00 +02:00
|
|
|
#include "bsd-bindresvport.h"
|
2000-10-15 02:17:36 +02:00
|
|
|
#include "bsd-getcwd.h"
|
|
|
|
#include "bsd-realpath.h"
|
2000-05-09 06:45:00 +02:00
|
|
|
#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"
|
2000-07-09 15:26:27 +02:00
|
|
|
#include "bsd-sigaction.h"
|
2000-07-11 06:46:29 +02:00
|
|
|
#include "bsd-inet_aton.h"
|
2000-08-16 02:35:58 +02:00
|
|
|
#include "bsd-inet_ntoa.h"
|
2000-07-11 13:37:35 +02:00
|
|
|
#include "bsd-strsep.h"
|
2000-09-24 02:21:31 +02:00
|
|
|
#include "bsd-strtok.h"
|
2000-10-14 07:23:11 +02:00
|
|
|
#include "bsd-vis.h"
|
2000-10-18 15:11:44 +02:00
|
|
|
#include "bsd-setproctitle.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 */
|