aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-22 13:13:05 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-22 18:07:08 +0100
commit2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8 (patch)
treeb2a2a137a93298339d007e85eae6fdb83da3242f /config.h.in
parenta7cc4ef2a1798b215f49cfd7ee25b53339d0a883 (diff)
downloadlogdiag-2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8.tar.gz
logdiag-2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8.tar.xz
logdiag-2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8.zip
Integrate support for MinGW Win32 builds.
* Add Win32Depends.cmake, which retrieves all dependencies from the Internet. Other ways of building the application on Win32 are not supported. * Install the application correctly on Win32. * Make FindGTK2.cmake search for GIO. * Make the project a C-only project, so g++ is not needed. * Remove obsolete checks for strtok(). * Set WIN32_EXECUTABLE on the application.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index cf460e8..a51203c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -22,10 +22,6 @@
#cmakedefine HAVE_SANE___RESTRICT
#cmakedefine HAVE_RESTRICT
-#cmakedefine HAVE_STRTOK_R
-#cmakedefine HAVE_STRTOK_S
-#cmakedefine HAVE_THREADSAFE_STRTOK
-
#cmakedefine HAVE_GETTEXT
@@ -52,13 +48,5 @@
#endif
#endif /* ! HAVE_SANE___RESTRICT */
-#ifndef HAVE_STRTOK_R
- #ifdef HAVE_STRTOK_S
- #define strtok_r strtok_s
- #elif defined(HAVE_THREADSAFE_STRTOK)
- #define strtok_r(a, b, c) strtok(a, b)
- #endif
-#endif /* ! HAVE_STRTOK_R */
-
#endif /* __CONFIG_H__ */