1 2/* : : generated by proto : : */ 3/* : : generated from contrib/ast/src/lib/libast/features/dirent by iffe version 2012-07-17 : : */ 4 5#ifndef _def_dirent_ast 6#if !defined(__PROTO__) 7# if defined(__STDC__) || defined(__cplusplus) || defined(_proto) || defined(c_plusplus) 8# if defined(__cplusplus) 9# define __LINKAGE__ "C" 10# else 11# define __LINKAGE__ 12# endif 13# define __STDARG__ 14# define __PROTO__(x) x 15# define __OTORP__(x) 16# define __PARAM__(n,o) n 17# if !defined(__STDC__) && !defined(__cplusplus) 18# if !defined(c_plusplus) 19# define const 20# endif 21# define signed 22# define void int 23# define volatile 24# define __V_ char 25# else 26# define __V_ void 27# endif 28# else 29# define __PROTO__(x) () 30# define __OTORP__(x) x 31# define __PARAM__(n,o) o 32# define __LINKAGE__ 33# define __V_ char 34# define const 35# define signed 36# define void int 37# define volatile 38# endif 39# define __MANGLE__ __LINKAGE__ 40# if defined(__cplusplus) || defined(c_plusplus) 41# define __VARARG__ ... 42# else 43# define __VARARG__ 44# endif 45# if defined(__STDARG__) 46# define __VA_START__(p,a) va_start(p,a) 47# else 48# define __VA_START__(p,a) va_start(p) 49# endif 50# if !defined(__INLINE__) 51# if defined(__cplusplus) 52# define __INLINE__ extern __MANGLE__ inline 53# else 54# if defined(_WIN32) && !defined(__GNUC__) 55# define __INLINE__ __inline 56# endif 57# endif 58# endif 59#endif 60#if !defined(__LINKAGE__) 61#define __LINKAGE__ /* 2004-08-11 transition */ 62#endif 63 64#define _def_dirent_ast 1 65#define _lib_opendir 1 /* opendir() in default lib(s) */ 66#define _hdr_dirent 1 /* #include <dirent.h> ok */ 67#define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */ 68#define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */ 69/* 70 * <dirent.h> for [fl]stat64 and off64_t 71 */ 72 73#ifndef _AST_STD_H 74 75#include <../include/dirent.h> /* the native <dirent.h> */ 76 77#else 78 79#ifndef _DIR64_H 80#define _DIR64_H 81 82#include <ast_std.h> 83 84#if _typ_off64_t 85#undef off_t 86#endif 87 88#include <../include/dirent.h> /* the native <dirent.h> */ 89 90#if _typ_off64_t 91#define off_t off64_t 92#endif 93 94#if _lib_readdir64 && _typ_struct_dirent64 95#ifndef dirent 96#define dirent dirent64 97#endif 98#ifndef readdir 99#define readdir readdir64 100#endif 101#endif 102 103#endif 104 105#endif 106#endif 107