s48_tm_gmtoff.m4 287 B

123456789
  1. ### s48_tm_gmtoff.m4 --- S48_TM_GMTOFF macro -*- Autoconf -*-
  2. # serial 1
  3. AC_DEFUN([S48_TM_GMTOFF], [dnl
  4. AC_CHECK_MEMBER(struct tm.tm_gmtoff,
  5. AC_DEFINE(HAVE_TM_GMTOFF, 1, [Define to 1 if struct tm has field tm_gmtoff]),[],
  6. [[#include <time.h>]])
  7. ])dnl
  8. ### s48_tm_gmtoff.m4 ends here