Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef __HACKED_UNISTD_INCLUDED
2
#define __HACKED_UNISTD_INCLUDED
3
 
4
#include_next <unistd.h>
5
 
6
#ifdef __BUILDING_LIBS
7
#ifndef _CONFNAME_H
8
 
9
#ifndef _SC_PASS_MAX
10
#define _SC_PASS_MAX		0
11
#endif
12
 
13
#ifndef _SC_XOPEN_VERSION
14
#define _SC_XOPEN_VERSION	0
15
#endif
16
 
17
#endif
18
#endif
19
 
20
#endif