Skip to Content.
Sympa Menu

freetds - [freetds] [PATCH] VMS does have getopt.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Craig A. Berry" <craigberry AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] [PATCH] VMS does have getopt.
  • Date: Fri, 28 Aug 2015 08:14:37 -0500

---
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:craigberry AT mac.com

"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser

Attachment: 0002-VMS-does-have-getopt.patch
Description: Binary data



  • [freetds] [PATCH] VMS does have getopt., Craig A. Berry, 08/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page