blob: fd15066b441f2a3f72e67f5d6cf96d20a48b8e4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _TKCONFIG
#define _TKCONFIG
#define ANSI_SIGNED_CHAR 1
#define CAN_COPSTASH_SET_NULL 1
#define HAS_STDARG 1
#define HAS_SVIV_NOMG 1
#define HAS_SVNV_NOMG 1
#define HAVE_LIMITS_H 1
#define LSEEK_TYPE long long
#define SELECT_MASK Perl_fd_set
#define USE_NEWSTYLE_REGEXP_STRUCT 1
#define USE_PREGCOMP_31027 1
#define USE_PROTOTYPE 1
#define USE_REGEXP_511 1
#endif
|