mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
changed HAVE_STRTOK to follow CRTL version
This commit is contained in:
parent
0536b6c459
commit
009f5790a4
@ -6,6 +6,7 @@
|
|||||||
/* MSK, 02/02/05, Changed HAVE_TERMIOS_H to an undef since the change in */
|
/* MSK, 02/02/05, Changed HAVE_TERMIOS_H to an undef since the change in */
|
||||||
/* getpass.c no longer undef'd it during compile. */
|
/* getpass.c no longer undef'd it during compile. */
|
||||||
/* MSK, 02/08/05, turned two config-vms files into one by using USE_SSLEAY */
|
/* MSK, 02/08/05, turned two config-vms files into one by using USE_SSLEAY */
|
||||||
|
/* MPZ, 12/28/05, changed HAVE_STRTOK_R define to use CRTL_VER */
|
||||||
|
|
||||||
/* Define cpu-machine-OS */
|
/* Define cpu-machine-OS */
|
||||||
#ifdef __ALPHA
|
#ifdef __ALPHA
|
||||||
@ -231,10 +232,8 @@
|
|||||||
#define HAVE_STRING_H 1
|
#define HAVE_STRING_H 1
|
||||||
|
|
||||||
/* Define if you have the `strtok_r' function. */
|
/* Define if you have the `strtok_r' function. */
|
||||||
/* Seems VAX V7.3 with DEC C 6.4 doesn't define this */
|
/* Condition lifted from <string.h> */
|
||||||
#ifdef __VAX
|
#if __CRTL_VER >= 70301000
|
||||||
#undef HAVE_STRTOK_R
|
|
||||||
#else
|
|
||||||
#define HAVE_STRTOK_R 1
|
#define HAVE_STRTOK_R 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user