comparison configure.ac @ 11233:1dfbcc9eee92

eliminate special cases for __DECCXX
author John W. Eaton <jwe@octave.org>
date Wed, 10 Nov 2010 21:11:43 -0500
parents 88e4ea8b2c19
children 2718e1fdf82f
comparison
equal deleted inserted replaced
11232:88e4ea8b2c19 11233:1dfbcc9eee92
1973 #endif 1973 #endif
1974 1974
1975 /* sigsetjmp is a macro, not a function. */ 1975 /* sigsetjmp is a macro, not a function. */
1976 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP) 1976 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP)
1977 #define OCTAVE_HAVE_SIG_JUMP 1977 #define OCTAVE_HAVE_SIG_JUMP
1978 #endif
1979
1980 #if defined (__DECCXX)
1981 #define __USE_STD_IOSTREAM
1982 #endif 1978 #endif
1983 1979
1984 #if defined (_UNICOS) 1980 #if defined (_UNICOS)
1985 #define F77_USES_CRAY_CALLING_CONVENTION 1981 #define F77_USES_CRAY_CALLING_CONVENTION
1986 #endif 1982 #endif