File: px.h

package info (click to toggle)
gnumeric 1.12.32-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 129,260 kB
  • ctags: 25,173
  • sloc: ansic: 288,510; xml: 55,625; perl: 5,366; sh: 4,503; makefile: 2,905; yacc: 1,330; python: 203
file content (17 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef GNUMERIC_PLUGIN_PARADOX_PARADOX_H
#define GNUMERIC_PLUGIN_PARADOX_PARADOX_H

#include <gnumeric.h>
#include <pxversion.h>
/* if we are there, pxlib has been built with gsf support, so we need
 * to define HAVE_GSF at least for pxlib-0.6.7 see #769319 and
 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832827 */
#define HAVE_GSF 1
#include <paradox-gsf.h>

#define PX_MEMORY_DEBUGGING
#ifdef PX_MEMORY_DEBUGGING
#include <paradox-mp.h>
#endif

#endif