#ifndef __ntp_proto_h #define __ntp_proto_h #ifdef HAVE_CONFIG_H #include #endif #ifdef HAVE_PROTOTYPES #define P(x) x #else #define P(x) () #endif #endif /* __ntp_proto_h */