Current Path : /compat/linux/proc/self/root/usr/src/contrib/ntp/ntpd/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/contrib/ntp/ntpd/ppsapi_timepps.h |
/* ppsapi_timepps.h */ /* * This logic first tries to get the timepps.h file from a standard * location, and then from our include/ subdirectory. */ #ifdef HAVE_TIMEPPS_H # include <timepps.h> #else # ifdef HAVE_SYS_TIMEPPS_H # include <sys/timepps.h> # else # ifdef HAVE_CIOGETEV # include "timepps-SunOS.h" # else # ifdef HAVE_TIOCGPPSEV # include "timepps-Solaris.h" # else # ifdef TIOCDCDTIMESTAMP # include "timepps-SCO.h" # endif # endif # endif # endif #endif