#ifdef HAVE_CONFIG_H
#include "pips_config.h"
#endif
/*CPROTO pypips.h Do not edit this line*/
#include <unistd.h>
#include <assert.h>

#include "linear.h"
#include "genC.h"
#include "ri.h"
#include "text.h"
#include "pipsmake.h"
#include "top-level.h"
#include "transformations.h"
#include "pipsdbm.h"

#undef _POSIX_C_SOURCE
#undef _XOPEN_SOURCE
/*properties.h*/
extern bool get_bool_property(const char* /*name*/);
extern const char* get_string_property(const char* /*name*/);
extern int get_int_property(const char* /*name*/);

extern char *module_loops(const char*,const char*);
extern char *loop_pragma(const char*,const char*);
extern void user_log(const char *, ...);

extern string compilation_unit_of_module(const char*);

#include <Python.h>
