diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 14:25:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 14:25:54 +0000 |
commit | 87eb26a33d355fa9e3b295f9c8a637e4b01e373c (patch) | |
tree | 81cce1b9aabb775d7b657bfe62c31724e2210e4f | |
parent | 9a48ca69fcf385d5f7822dfde62243faf19ba6f5 (diff) |
it has strtoll
-rw-r--r-- | lib/config.dj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.dj b/lib/config.dj index 8bc2b7e1c..308e4368d 100644 --- a/lib/config.dj +++ b/lib/config.dj @@ -43,6 +43,7 @@ #define HAVE_STRFTIME 1 #define HAVE_STRICMP 1 #define HAVE_STRSTR 1 +#define HAVE_STRTOLL 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 |