]> git.saurik.com Git - wxWidgets.git/commitdiff
don't declare strptime() ourselves if the system already does it, we might have a...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 22:42:43 +0000 (22:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 22:42:43 +0000 (22:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in
setup.h_vms

index 47c35d8f8532675c607df2dd1d94ce6382bba81b..7cca609a4a2b089cd76d23fe3ef8d71a4931c9f9 100644 (file)
 /* Define if you have strptime() */
 #undef HAVE_STRPTIME
 
+/* Define if strptime() is declared in headers */
+#undef HAVE_STRPTIME_DECL
+
 /* Define if you have all functions to set thread priority */
 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
 
index 98533574f0ce91b1c94bfe12f212ffec8c93bb94..92cc838cc5e976cd8d72eb187a5bc74265a65315 100644 (file)
 
 /* Define if you have strptime() */
 #define HAVE_STRPTIME 1
+
+/* Define if you have strptime() declaration */
+#define HAVE_STRPTIME_DECL 1
+
 /* Define if you have all functions to set thread priority */
 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1