]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Include/sysmodule.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / sysmodule.h
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Include/sysmodule.h b/AppPkg/Applications/Python/Python-2.7.2/Include/sysmodule.h
deleted file mode 100644 (file)
index 623d840..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-\r
-/* System module interface */\r
-\r
-#ifndef Py_SYSMODULE_H\r
-#define Py_SYSMODULE_H\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-PyAPI_FUNC(PyObject *) PySys_GetObject(char *);\r
-PyAPI_FUNC(int) PySys_SetObject(char *, PyObject *);\r
-PyAPI_FUNC(FILE *) PySys_GetFile(char *, FILE *);\r
-PyAPI_FUNC(void) PySys_SetArgv(int, char **);\r
-PyAPI_FUNC(void) PySys_SetArgvEx(int, char **, int);\r
-PyAPI_FUNC(void) PySys_SetPath(char *);\r
-\r
-PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)\r
-                       Py_GCC_ATTRIBUTE((format(printf, 1, 2)));\r
-PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)\r
-                       Py_GCC_ATTRIBUTE((format(printf, 1, 2)));\r
-\r
-PyAPI_DATA(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;\r
-PyAPI_DATA(int) _PySys_CheckInterval;\r
-\r
-PyAPI_FUNC(void) PySys_ResetWarnOptions(void);\r
-PyAPI_FUNC(void) PySys_AddWarnOption(char *);\r
-PyAPI_FUNC(int) PySys_HasWarnOptions(void);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif /* !Py_SYSMODULE_H */\r