home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
source
/
web2c-6.1
/
web2c
/
lib
/
c-auto.h.ch
< prev
next >
Wrap
Text File
|
1995-04-08
|
2KB
|
128 lines
Changes for C-AUTO.H.IN by Andreas Scherer, April 8, 1995.
@x l.18
Similarly for BibTeX. */
@y
Similarly for BibTeX and MetaPost. */
@z
@x l.26
#ifndef SMALLBibTeX
#undef SMALLBibTeX
#endif
@y
#ifndef SMALLBibTeX
#undef SMALLBibTeX
#endif
#ifndef SMALLMP
#undef SMALLMP
#endif
/* Define FIXPT if you want to use the arithmetic routines in mp.web
instead of the external routines in mpmath.c that use double precision
floating point to compute the same results. You should probably do
this only if your machine does not have hardware floating point.
If you aren't sure, go to the mp subdirectory, make timemath, and
run the resulting test program. It prints execution times for both
versions of the arithmetic routines and warns if the floating point
versions produce incorrect results. */
#ifndef FIXPT
#define FIXPT 1
#endif
@z
@x l.62
#ifndef NO_X11WIN
#define X11WIN /* X Version 11 */
@y
#ifndef X11WIN
#undef X11WIN /* X Version 11 */
#endif
#ifndef AMIWIN
#define AMIWIN /* Amiga OS 2.1 and up */
@z
@x l.143
#undef GLUERATIO_TYPE
@y
#define GLUERATIO_TYPE float
@z
@x l.154
#undef DECLARE_YYTEXT
@y
#define DECLARE_YYTEXT extern char *yytext;
@z
@x l.166
#undef _POSIX_SOURCE
@y
#define _POSIX_SOURCE 1
@z
@x l.169
#undef RETSIGTYPE
@y
#define RETSIGTYPE void
@z
@x l.172
#undef STDC_HEADERS
@y
#define STDC_HEADERS 1
@z
@x l.175
#undef SYSDIR
@y
#define SYSDIR 1
@z
@x l.185
#undef WORDS_BIGENDIAN
@y
#define WORDS_BIGENDIAN 1
@z
@x l.188
#undef HAVE_MEMMOVE
@y
#define HAVE_MEMMOVE 1
@z
@x l.191
#undef HAVE_PUTENV
@y
#define HAVE_PUTENV 1
@z
@x l.194
#undef HAVE_ASSERT_H
@y
#define HAVE_ASSERT_H 1
@z
@x l.197
#undef HAVE_FLOAT_H
@y
#define HAVE_FLOAT_H 1
@z
@x l.200
#undef HAVE_LIMITS_H
@y
#define HAVE_LIMITS_H 1
@z
@x l.209
#undef HAVE_STDLIB_H
@y
#define HAVE_STDLIB_H 1
@z
@x l.212
#undef HAVE_STRING_H
@y
#define HAVE_STRING_H 1
@z