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 >
Text File  |  1995-04-08  |  2KB  |  128 lines

  1. Changes for C-AUTO.H.IN by Andreas Scherer, April 8, 1995.
  2.  
  3. @x l.18
  4.    Similarly for BibTeX.  */
  5. @y
  6.    Similarly for BibTeX and MetaPost.  */
  7. @z
  8.  
  9. @x l.26
  10. #ifndef SMALLBibTeX
  11. #undef SMALLBibTeX
  12. #endif
  13. @y
  14. #ifndef SMALLBibTeX
  15. #undef SMALLBibTeX
  16. #endif
  17. #ifndef SMALLMP
  18. #undef SMALLMP
  19. #endif
  20.  
  21. /* Define FIXPT if you want to use the arithmetic routines in mp.web
  22.    instead of the external routines in mpmath.c that use double precision
  23.    floating point to compute the same results.  You should probably do
  24.    this only if your machine does not have hardware floating point.
  25.    If you aren't sure, go to the mp subdirectory, make timemath, and
  26.    run the resulting test program.  It prints execution times for both
  27.    versions of the arithmetic routines and warns if the floating point
  28.    versions produce incorrect results. */
  29. #ifndef FIXPT
  30. #define FIXPT 1
  31. #endif
  32. @z
  33.  
  34. @x l.62
  35. #ifndef NO_X11WIN
  36. #define X11WIN        /* X Version 11 */
  37. @y
  38. #ifndef X11WIN
  39. #undef X11WIN        /* X Version 11 */
  40. #endif
  41. #ifndef AMIWIN
  42. #define AMIWIN        /* Amiga OS 2.1 and up */
  43. @z
  44.  
  45. @x l.143
  46. #undef GLUERATIO_TYPE
  47. @y
  48. #define GLUERATIO_TYPE float
  49. @z
  50.  
  51. @x l.154
  52. #undef DECLARE_YYTEXT
  53. @y
  54. #define DECLARE_YYTEXT extern char *yytext;
  55. @z
  56.  
  57. @x l.166
  58. #undef _POSIX_SOURCE
  59. @y
  60. #define _POSIX_SOURCE 1
  61. @z
  62.  
  63. @x l.169
  64. #undef RETSIGTYPE
  65. @y
  66. #define RETSIGTYPE void
  67. @z
  68.  
  69. @x l.172
  70. #undef STDC_HEADERS
  71. @y
  72. #define STDC_HEADERS 1
  73. @z
  74.  
  75. @x l.175
  76. #undef SYSDIR
  77. @y
  78. #define SYSDIR 1
  79. @z
  80.  
  81. @x l.185
  82. #undef WORDS_BIGENDIAN
  83. @y
  84. #define WORDS_BIGENDIAN 1
  85. @z
  86.  
  87. @x l.188
  88. #undef HAVE_MEMMOVE
  89. @y
  90. #define HAVE_MEMMOVE 1
  91. @z
  92.  
  93. @x l.191
  94. #undef HAVE_PUTENV
  95. @y
  96. #define HAVE_PUTENV 1
  97. @z
  98.  
  99. @x l.194
  100. #undef HAVE_ASSERT_H
  101. @y
  102. #define HAVE_ASSERT_H 1
  103. @z
  104.  
  105. @x l.197
  106. #undef HAVE_FLOAT_H
  107. @y
  108. #define HAVE_FLOAT_H 1
  109. @z
  110.  
  111. @x l.200
  112. #undef HAVE_LIMITS_H
  113. @y
  114. #define HAVE_LIMITS_H 1
  115. @z
  116.  
  117. @x l.209
  118. #undef HAVE_STDLIB_H
  119. @y
  120. #define HAVE_STDLIB_H 1
  121. @z
  122.  
  123. @x l.212
  124. #undef HAVE_STRING_H
  125. @y
  126. #define HAVE_STRING_H 1
  127. @z
  128.