comparison src/m/ibmps2-aix.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children a86b2b5e0111
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
96 users unable to debug - RMS. */ 96 users unable to debug - RMS. */
97 /* delete the following line to foil optimization, enable debugging */ 97 /* delete the following line to foil optimization, enable debugging */
98 #define C_DEBUG_SWITCH "-O" 98 #define C_DEBUG_SWITCH "-O"
99 #endif 99 #endif
100 100
101 /* Send signals to subprocesses by "typing" special chars at them. */
102
103 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
104
105 /* AIX utimes allegedly causes SIGSEGV. */ 101 /* AIX utimes allegedly causes SIGSEGV. */
106 #undef HAVE_UTIMES /* override configuration decision */ 102 #undef HAVE_UTIMES /* override configuration decision */
107 103
108 /* Data type of load average, as read out of kmem. */ 104 /* Data type of load average, as read out of kmem. */
109 105