comparison acconfig.h @ 3215:bc3fdfe311a3

[project @ 1998-11-10 14:06:21 by jwe]
author jwe
date Tue, 10 Nov 1998 14:12:07 +0000
parents 1c267910655d
children dae85431bade
comparison
equal deleted inserted replaced
3214:8cc04ca5b4ca 3215:bc3fdfe311a3
3 Descriptive text for the C preprocessor macros that are needed by 3 Descriptive text for the C preprocessor macros that are needed by
4 Octave. 4 Octave.
5 5
6 Leave the following blank line there!! Autoheader needs it. */ 6 Leave the following blank line there!! Autoheader needs it. */
7 7
8
9 /* Define if your version of GNU libc has buggy inline assembly code
10 for math functions like exp. */
11 #undef __NO_MATH_INLINES
8 12
9 /* Define if you want bounds checking on element references for 13 /* Define if you want bounds checking on element references for
10 internal array and matrix classes. */ 14 internal array and matrix classes. */
11 #undef BOUNDS_CHECKING 15 #undef BOUNDS_CHECKING
12 16