summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-28 00:33:27 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-28 00:33:27 +0100
commit9c6c2c11b4af2949c32d4d7324b94fe7612d76d4 (patch)
treed45e0a75be1a1e9330be5e3ecf03f40019ad4407 /demos
parent87300a0fd2d490c686eab819fa0a09c184edb82a (diff)
downloadgmp-9c6c2c11b4af2949c32d4d7324b94fe7612d76d4.tar.gz
* demos/expr/run-expr.c: Declare optarg, optind, opterr if necessary.
* configure.in, demos/expr/expr-config-h.in: Configs for this.
Diffstat (limited to 'demos')
-rw-r--r--demos/expr/expr-config-h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/expr/expr-config-h.in b/demos/expr/expr-config-h.in
index 1426b2a90..cdb5dfd1a 100644
--- a/demos/expr/expr-config-h.in
+++ b/demos/expr/expr-config-h.in
@@ -1,6 +1,6 @@
/* Templates for expr configuration. -*- mode:c -*-
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -20,3 +20,6 @@ Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Whether mpfr functions and headers are available. */
#define HAVE_MPFR @HAVE_MPFR_01@
+
+/* Define to 1 if you have the declaration of `optarg', and to 0 if not. */
+#define HAVE_DECL_OPTARG @HAVE_DECL_OPTARG@