diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:29:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:29:29 +0000 |
commit | b60e0fa97ed7ddc66d0ad6d00dfd78319bb6ad36 (patch) | |
tree | 50a5aed5fe1754b59f331e8c4337c8301121e1c7 /lib/config-vms.h | |
parent | 41c6f68d949bf6021fbf4d3488bbf38efa898816 (diff) | |
download | curl-b60e0fa97ed7ddc66d0ad6d00dfd78319bb6ad36.tar.gz |
David J Meyer's large file support.
Diffstat (limited to 'lib/config-vms.h')
-rwxr-xr-x | lib/config-vms.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-vms.h b/lib/config-vms.h index 0c95dccb1..d29303fd2 100755 --- a/lib/config-vms.h +++ b/lib/config-vms.h @@ -363,6 +363,9 @@ /* Define if you have the `strtok_r' function. */ #undef HAVE_STRTOK_R +/* Define if you have the `strtoll' function. */ +#undef HAVE_STRTOLL + #define HAVE_MEMORY_H 1 #define HAVE_FIONBIO 1 |