[PATCH] VMS does have getopt.
"Craig A. Berry" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
--- vms/config_h.vms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vms/config_h.vms b/vms/config_h.vms index 8da6c11..662e918 100644 --- a/vms/config_h.vms +++ b/vms/config_h.vms @@ -108,6 +108,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 +/* Define to 1 if you have the `getopt' function. */ +#define HAVE_GETOPT 1 + /* Define to 1 if you have the `getuid' function. */ #define HAVE_GETUID 1 — 2.2.1 ________________________________________ Craig A. Berry mailto:[email protected] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser _______________________________________________ FreeTDS mailing list [email protected] http://lists.ibiblio.org/mailman/listinfo/freetds
0002-VMS-does-have-getopt.patch
(application/octet-stream, 666 B)
From 39190de759fe9b177333357b972fa8295e570379 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" <[email protected]> Date: Thu, 27 Aug 2015 15:19:26 -0500 Subject: [PATCH 2/3] VMS does have getopt. --- vms/config_h.vms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vms/config_h.vms b/vms/config_h.vms index 8da6c11..662e918 100644 --- a/vms/config_h.vms +++ b/vms/config_h.vms @@ -108,6 +108,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 +/* Define to 1 if you have the `getopt' function. */ +#define HAVE_GETOPT 1 + /* Define to 1 if you have the `getuid' function. */ #define HAVE_GETUID 1 -- 2.2.1