mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-19 08:00:59 +00:00
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. .. Oops.. Missed one ..
This commit is contained in:
parent
3c06f6a0b2
commit
ee8c938193
@ -1,35 +0,0 @@
|
||||
#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-strmode.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"
|
||||
#include "bsd-waitpid.h"
|
||||
#include "bsd-setproctitle.h"
|
||||
#include "bsd-getgrouplist.h"
|
||||
|
||||
/* rfc2553 socket API replacements */
|
||||
#include "fake-getaddrinfo.h"
|
||||
#include "fake-getnameinfo.h"
|
||||
#include "fake-socket.h"
|
||||
|
||||
#endif /* _OPENBSD_H */
|
Loading…
Reference in New Issue
Block a user