/contrib/ntp/include/ntp_proto.h

https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · aaabb51b705851b5656181b39ee285d2 MD5 · raw file

  1. #ifndef __ntp_proto_h
  2. #define __ntp_proto_h
  3. #ifdef HAVE_CONFIG_H
  4. #include <config.h>
  5. #endif
  6. #define NTP_MAXFREQ 500e-6
  7. #endif /* __ntp_proto_h */