Add some changes to make ETL more suitable for Fedora:
[synfig.git] / ETL / trunk / ETL / clock
index 04b191e..73ec6ea 100644 (file)
 
 /* === S T A R T =========================================================== */
 
-#ifndef __CLOCK__
-#define __CLOCK__
+#ifndef __ETL__CLOCK__
+#define __ETL__CLOCK__
 
 /* === H E A D E R S ======================================================= */
 
 #include "etl_config.h"
 
-#ifdef HAVE_GETTIMEOFDAY
+#ifdef __ETL_HAS_GETTIMEOFDAY
 #include "_clock_gettimeofday.h"
 #ifndef ETL_CLOCK_DEFAULT_DESC_CLASS
 #define ETL_CLOCK_DEFAULT_DESC_CLASS   _ETL::clock_desc_gettimeofday