summaryrefslogtreecommitdiff
path: root/config/x86_64-midipix/pyconfig.h
blob: 2a93226ee63be3a7ef56fe3a56843de27b2959a5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PY_PYCONFIG_H
#define PY_PYCONFIG_H

#include "osapi/modern.h"
#include "osapi/midipix.h"

/* cf. Modules/posixmodule.c */
#define HAVE_BROKEN_NICE 1

#endif