00001 #ifndef AED_RINT_H 00002 #define AED_RINT_H 00003 00004 #ifdef HAVE_CONFIG_H 00005 #include "config.h" 00006 #endif 00007 00008 #ifdef HAVE_RINT 00009 #include <math.h> 00010 #else 00011 double rint(double); 00012 #endif 00013 00014 #endif /* AED_RINT_H */