Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / trunk / ETL / etl_config.h
index faea695..4e1be8d 100644 (file)
@@ -3,21 +3,17 @@
 #ifndef __ETL_CONFIG_H
 #define __ETL_CONFIG_H
 
-#include "etl_profile.h"
+#include <etl_profile.h>
 #include <utility>
 
 #ifndef ETL_NAMESPACE
 # define ETL_NAMESPACE                         etl
 #endif
 
-#if defined(WORDS_BIGENDIAN) && !defined(ETL_BIGENDIAN)
-#define ETL_BIGENDIAN
-#endif
-
 #ifdef WIN32
-#define ETL_DIRECTORY_SEPERATOR                '\\'
+#define ETL_DIRECTORY_SEPARATOR                '\\'
 #else
-#define ETL_DIRECTORY_SEPERATOR                '/'
+#define ETL_DIRECTORY_SEPARATOR                '/'
 #endif
 
 #ifndef ETL_FLAG_NONAMESPACE