comparison acconfig.h @ 1300:4d86fe3f634e

[project @ 1995-05-01 19:18:03 by jwe]
author jwe
date Mon, 01 May 1995 19:20:10 +0000
parents fd946f5926ce
children 88d41e3204d5
comparison
equal deleted inserted replaced
1299:484e94579182 1300:4d86fe3f634e
17 upper case. */ 17 upper case. */
18 #undef F77_UPPERCASE_NAMES 18 #undef F77_UPPERCASE_NAMES
19 19
20 /* Define if you don't have FSQP. */ 20 /* Define if you don't have FSQP. */
21 #undef FSQP_MISSING 21 #undef FSQP_MISSING
22
23 /* Define if your system has a single-arg prototype for gettimeofday. */
24 #undef GETTIMEOFDAY_NO_TZ
22 25
23 /* Define if you have finite. */ 26 /* Define if you have finite. */
24 #undef HAVE_FINITE 27 #undef HAVE_FINITE
25 28
26 /* Define if you have isinf. */ 29 /* Define if you have isinf. */
48 #undef OCTAVE_LITE 51 #undef OCTAVE_LITE
49 52
50 /* Define if this is Octave. */ 53 /* Define if this is Octave. */
51 #undef OCTAVE_SOURCE 54 #undef OCTAVE_SOURCE
52 55
56 /* Define if you don't have QPSOL. */
57 #undef QPSOL_MISSING
58
53 /* Define this to be the path separator for your system, as a 59 /* Define this to be the path separator for your system, as a
54 character constant */ 60 character constant */
55 #undef SEPCHAR 61 #undef SEPCHAR
56 62
57 /* Define this to be the path separator for your system, as a 63 /* Define this to be the path separator for your system, as a
58 character string */ 64 character string */
59 #undef SEPCHAR_STR 65 #undef SEPCHAR_STR
60 66
61 /* Define if you don't have QPSOL. */ 67 /* Define if math.h declares signgam. */
62 #undef QPSOL_MISSING 68 #undef SIGNGAM_DECLARED
69
70 /* To quiet autoheader. */
71 #undef SMART_PUTENV
63 72
64 /* Use GNU info for extended help system. */ 73 /* Use GNU info for extended help system. */
65 #undef USE_GNU_INFO 74 #undef USE_GNU_INFO
66 75
67 /* Use GNU readline for command line editing and history. */ 76 /* Use GNU readline for command line editing and history. */
68 #undef USE_READLINE 77 #undef USE_READLINE
69
70 /* Define if math.h declares signgam. */
71 #undef SIGNGAM_DECLARED
72
73 /* To quiet autoheader. */
74 #undef SMART_PUTENV
75 78
76 /* Define if using dld for dynamic linking of object files. */ 79 /* Define if using dld for dynamic linking of object files. */
77 #undef WITH_DLD 80 #undef WITH_DLD
78 81
79 82