1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/* * This file is in the public domain. * * $FreeBSD$ */ #ifndef SA_LEN # define SA_LEN(x) ((x)->sa_len) #endif #ifndef EAI_NODATA # define EAI_NODATA EAI_NONAME #endif #ifndef __dead # define __dead #endif #undef HAVE_SENSORS /* adjfreq.c */ int adjfreq(const int64_t *, int64_t *);