aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/portdefs.h
blob: f27e28d115b29ae1c2bf63bff655eca9071b1393 (plain)
1
2
3
4
5
6
7
8
9
10
#define PRELINK_LIBRARIES "DYLD_INSERT_LIBRARIES"
#define PRELINK_PATH "DYLD_LIBRARY_PATH"
#define PSEUDO_STATBUF_64 0
#define PSEUDO_STATBUF struct stat
#define PSEUDO_LINKPATH_SEPARATOR ":"
/* hackery to allow sneaky things to be done with getgrent() */
extern int pseudo_host_etc_passwd_fd;
extern int pseudo_host_etc_group_fd;
extern FILE *pseudo_host_etc_passwd_file;
extern FILE *pseudo_host_etc_group_file;