summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-10-31 22:16:10 +0100
committertege <tege@gmplib.org>2005-10-31 22:16:10 +0100
commitce19bcfa135df493d9ab4f456da1cedf06921957 (patch)
treeee1966db37cae4545c1ab8df6f6fcf60f4953093 /gmp-h.in
parentba45fd64e0bcf74a67f184c8c9838e36d5f609a4 (diff)
downloadgmp-ce19bcfa135df493d9ab4f456da1cedf06921957.tar.gz
(_GMP_H_HAVE_FILE): Check also _STDIO_H_INCLUDED.
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 b40ad4c2f..875840e1b 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -325,7 +325,8 @@ typedef __mpq_struct *mpq_ptr;
|| defined (__dj_include_stdio_h_) /* DJGPP */ \
|| defined (_FILE_DEFINED) /* Microsoft */ \
|| defined (__STDIO__) /* Apple MPW MrC */ \
- || defined (_MSL_STDIO_H) /* Metrowerks */
+ || defined (_MSL_STDIO_H) /* Metrowerks */ \
+ || defined (_STDIO_H_INCLUDED) /* QNX4 */
#define _GMP_H_HAVE_FILE 1
#endif