summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-04-02 16:43:17 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-04-02 16:43:17 +0200
commit92edee4db9e203c61b843c0fa1bf3b0d0b0449ef (patch)
tree72d2edd3169274a6409f5f0921c0e57a5c824bc4 /gmp-h.in
parent5b855a3f863310ffac4d1e7fcb856253ccd49529 (diff)
downloadgmp-92edee4db9e203c61b843c0fa1bf3b0d0b0449ef.tar.gz
Test also __STDIO_LOADED (for VMS).
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index f9ef4d953..e2872a76e 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -263,7 +263,8 @@ typedef __mpq_struct *mpq_ptr;
|| defined (__STDIO__) /* Apple MPW MrC */ \
|| defined (_MSL_STDIO_H) /* Metrowerks */ \
|| defined (_STDIO_H_INCLUDED) /* QNX4 */ \
- || defined (_ISO_STDIO_ISO_H) /* Sun C++ */
+ || defined (_ISO_STDIO_ISO_H) /* Sun C++ */ \
+ || defined (__STDIO_LOADED) /* VMS */
#define _GMP_H_HAVE_FILE 1
#endif