summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl0/lib/Tk/pTk/tkConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl0/lib/Tk/pTk/tkConfig.h')
-rwxr-xr-xMaster/tlpkg/tlperl0/lib/Tk/pTk/tkConfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl0/lib/Tk/pTk/tkConfig.h b/Master/tlpkg/tlperl0/lib/Tk/pTk/tkConfig.h
new file mode 100755
index 00000000000..9f35e9d1a57
--- /dev/null
+++ b/Master/tlpkg/tlperl0/lib/Tk/pTk/tkConfig.h
@@ -0,0 +1,11 @@
+#ifndef _TKCONFIG
+#define _TKCONFIG
+#define ANSI_SIGNED_CHAR 1
+#define HAS_STDARG 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
+#endif