diff options
author | OBATA Akio <obache@wizdas.com> | 2021-06-13 15:42:18 +0900 |
---|---|---|
committer | OBATA Akio <obache@wizdas.com> | 2021-06-13 19:17:17 +0900 |
commit | 61748c54dc86fffa111e30024e075ef403cf7af8 (patch) | |
tree | de3001ccfba5f223072a940f6c9cdad13bbee7d6 /config.h.cmake | |
parent | dea6d6ca6a8829238eea25559dd2c9a87fddca87 (diff) | |
download | tdepim-61748c54dc86fffa111e30024e075ef403cf7af8.tar.gz tdepim-61748c54dc86fffa111e30024e075ef403cf7af8.zip |
Fix missing feature detection for Groupwise SOAP interface
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 302fc42d0..a4700493e 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -73,3 +73,22 @@ unsigned long strlcat(char*, const char*, unsigned long); } #endif #endif + +// tderesources/groupwise/soap +#cmakedefine HAVE_STRRCHR +#cmakedefine HAVE_STRTOD +#cmakedefine HAVE_SSCANF +#cmakedefine HAVE_STRTOL +#cmakedefine HAVE_STRTOUL +#cmakedefine HAVE_STRTOLL +#cmakedefine HAVE_STRTOULL +#cmakedefine HAVE_GETTIMEOFDAY +#cmakedefine HAVE_SYS_TIMEB_H +#cmakedefine HAVE_FTIME +#cmakedefine HAVE_RAND_R +#cmakedefine HAVE_GMTIME_R +#cmakedefine HAVE_LOCALTIME_R +#cmakedefine HAVE_TIMEGM +#cmakedefine HAVE_WCTOMB +#cmakedefine HAVE_MBTOWC +#cmakedefine HAVE_ISNAN |