mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
/* 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 */
|