/*
* Separate the inkscape paths from the prefix code, as that is kind of
* a separate package (binreloc)
*
* Since the directories set up by autoconf end up in config.h, we can't
* _change_ them, since config.h isn't protected by a set of
* one-time-include directives and is repeatedly re-included by some
* chains of .h files. As a result, nothing should refer to those
* define'd directories, and instead should use only the paths defined here.
*
*/
#ifndef SEEN_PATH_PREFIX_H
#define SEEN_PATH_PREFIX_H
#include "require-config.h" // INKSCAPE_DATADIR
#include "prefix.h"
//#ifdef __cplusplus
//extern "C" {
//#endif /* __cplusplus */
#ifdef ENABLE_BINRELOC
//CREATE V0.1 support
#else
# ifdef WIN32
//CREATE V0.1 WIN32 support
# elif defined ENABLE_OSX_APP_LOCATIONS
//CREATE V0.1 support
# else
//CREATE V0.1 support
# endif
#endif
//#ifdef __cplusplus
//}
//#endif /* __cplusplus */
#endif /* _PATH_PREFIX_H_ */