aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.cmakein
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h.cmakein')
-rw-r--r--zconf.h.cmakein8
1 files changed, 0 insertions, 8 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 310c439..51558ce 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -302,14 +302,6 @@
302# endif 302# endif
303#endif 303#endif
304 304
305#ifndef Z_ARG /* function prototypes for stdarg */
306# if defined(STDC) || defined(Z_HAVE_STDARG_H)
307# define Z_ARG(args) args
308# else
309# define Z_ARG(args) ()
310# endif
311#endif
312
313/* The following definitions for FAR are needed only for MSDOS mixed 305/* The following definitions for FAR are needed only for MSDOS mixed
314 * model programming (small or medium model with some far allocations). 306 * model programming (small or medium model with some far allocations).
315 * This was tested only with MSC; for other MSDOS compilers you may have 307 * This was tested only with MSC; for other MSDOS compilers you may have