Issue #173, follow up to using strtoll to allow this to work on older Windows environments: Use cmake to generate config.h from config.h.win32, including checking for strtoll with cmake, or fall back to _strtoi64 for older MSVC's.

Also, add a few missing files to the list of sources to build.
This commit is contained in:
Eric Haszlakiewicz
2017-10-03 22:50:29 -04:00
parent cfbdf7757b
commit 579f0746f0
2 changed files with 32 additions and 9 deletions

View File

@@ -113,6 +113,9 @@
#undef HAVE_STRNCASECMP
#endif
#cmakedefine HAVE_STRTOLL
#cmakedefine strtoll @cmake_strtoll@
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H