mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
/* $Cambridge: exim/exim-src/OS/os.h-FreeBSD,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
|
|
|
|
/* Exim: OS-specific C header file for DragonFly */
|
|
|
|
#define HAVE_BSD_GETLOADAVG
|
|
#define HAVE_MMAP
|
|
#define HAVE_SYS_MOUNT_H
|
|
#define SIOCGIFCONF_GIVES_ADDR
|
|
|
|
typedef struct flock flock_t;
|
|
|
|
/* End */
|