Clean up the USB driver directories, remove unbuilt source.
[dragonfly.git] / sbin / dhcpcd / config.h
blob27a5f71a789d54992d3b821c4e67c99108396134
1 /*
2 * dhcpcd config.h for dragonfly
4 * generated by 'configure', with custom changes
5 */
7 #define HAVE_SYS_QUEUE_H
8 #define TAILQ_FOREACH_SAFE TAILQ_FOREACH_MUTABLE
9 #define HAVE_KQUEUE
10 #define HAVE_REALLOCARRAY
11 #include "compat/reallocarray.h"
12 #include "compat/pidfile.h"
13 #include "compat/strtoi.h"
14 #define HAVE_MD5_H
15 #define SHA2_H <sha256.h>
16 #include "compat/crypt/hmac.h"