diff options
author | Yang Tse <yangsita@gmail.com> | 2007-03-28 23:53:13 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-03-28 23:53:13 +0000 |
commit | 42a790520532d98b6e5b3e0c38e37fbae827069b (patch) | |
tree | 5ae627ad363fc1f73710befde19a0e7bc6e5e3a9 /packages/vms | |
parent | bfa0f8c6c271460de31d42eb99d8c4e3a5e12486 (diff) | |
download | curl-42a790520532d98b6e5b3e0c38e37fbae827069b.tar.gz |
Update comment
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index a90133132..93dbe3602 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -212,10 +212,10 @@ /* Define if getaddrinfo exists and works */ #define HAVE_GETADDRINFO 1 +/* Define if you have the <timeval.h> header file. */ #define HAVE_TIMEVAL_H 1 -/* Guess HAVE_TIMEVAL_H isn't enough so now we add HAVE_STRUCT_TIMEVAL */ - +/* Define if you have the timeval struct. */ #define HAVE_STRUCT_TIMEVAL 1 /* Name of this package! */ |