1 #ifndef __PARADOX_GSF_H__
2 #define __PARADOX_GSF_H__
3 
4 #define PX_HAVE_GSF
5 #if HAVE_GSF
6 #include <gsf/gsf-input-stdio.h>
7 #include <gsf/gsf-input-memory.h>
8 #include <gsf/gsf-output.h>
9 #endif
10 
11 #define pxfIOGsf  2
12 
13 #include <paradox.h>
14 
15 #if HAVE_GSF
16 PXLIB_API int PXLIB_CALL
17 PX_open_gsf(pxdoc_t *pxdoc, GsfInput *gsf);
18 #endif
19 
20 #endif
21