Whamcloud - gitweb
Landing b_hd_newconfig on HEAD
[fs/lustre-release.git] / lnet / include / lnet / darwin / api-support.h
1 #ifndef __DARWIN_API_SUPPORT_H__
2 #define __DARWIN_API_SUPPORT_H__
3
4 #ifndef __LNET_API_SUPPORT_H__
5 #error Do not #include this file directly. #include <portals/api-support.h> instead
6 #endif
7
8 #ifndef __KERNEL__
9 # include <stdio.h>
10 # include <stdlib.h>
11 # include <unistd.h>
12 # include <time.h>
13
14 /* Lots of POSIX dependencies to support PtlEQWait_timeout */
15 # include <signal.h>
16 # include <setjmp.h>
17 # include <time.h>
18
19 # ifdef HAVE_LIBREADLINE
20 #  include <readline/readline.h>
21 typedef VFunction       rl_vintfunc_t;
22 typedef VFunction       rl_voidfunc_t;
23 # endif
24 #endif
25
26
27 #endif