~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/math.h

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * guys to look at it.
28
28
 */
29
29
 
30
 
#if defined(_FORTEC_)
 
30
#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
31
31
# if defined(HAVE_IEEEFP_H)
32
32
#  include <ieeefp.h>
33
33
# endif
48
48
#  endif /* defined(NEED_ISFINITE) */
49
49
 
50
50
# endif /* defined(__cplusplus) */
51
 
#endif /* __FORTEC__ */
 
51
#endif /* defined(__SUNPRO_C) || defined(__SUNPRO_CC) */
52
52
 
53
53
 
54
54
#endif /* DRIZZLE_SERVER_UTIL_MATH */