2013-09-01 11:52:18 +00:00
|
|
|
#ifdef __SWE_GLIB_BUILDING__
|
|
|
|
#ifndef __SWE_GLIB_PRIVATE_H__
|
|
|
|
|
2013-09-02 21:12:56 +00:00
|
|
|
#include "gswe-timestamp.h"
|
|
|
|
|
2013-09-01 11:52:18 +00:00
|
|
|
extern gchar *gswe_ephe_path;
|
2013-09-02 21:12:56 +00:00
|
|
|
extern GsweTimestamp *gswe_full_moon_base_date;
|
2013-09-01 11:52:18 +00:00
|
|
|
|
|
|
|
#endif /* __SWE_GLIB_PRIVATE_H__ */
|
|
|
|
#else /* not defined __SWE_GLIB_BUILDING__ */
|
|
|
|
#error __FILE__ "Can not be included, unless building SWE-GLib"
|
|
|
|
#endif /* __SWE_GLIB_BUILDING__ */
|
|
|
|
|