1 /* Generated automatically from /ufs/jack/src/python/build.irix6/tmp/lib/python1.5/config/config.c.in by makesetup. */
2 /* -*- C -*- ***********************************************
3 Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
8 Permission to use, copy, modify, and distribute this software and its
9 documentation for any purpose and without fee is hereby granted,
10 provided that the above copyright notice appear in all copies and that
11 both that copyright notice and this permission notice appear in
12 supporting documentation, and that the names of Stichting Mathematisch
13 Centrum or CWI or Corporation for National Research Initiatives or
14 CNRI not be used in advertising or publicity pertaining to
15 distribution of the software without specific, written prior
18 While CWI is the initial source for this software, a modified version
19 is made available by the Corporation for National Research Initiatives
20 (CNRI) at the Internet address ftp://ftp.python.org.
22 STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
23 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
24 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
25 CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
26 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
27 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
28 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29 PERFORMANCE OF THIS SOFTWARE.
31 ******************************************************************/
33 /* Module configuration */
35 /* !!! !!! !!! This file is edited by the makesetup script !!! !!! !!! */
37 /* This file contains the table of built-in modules.
38 See init_builtin() in import.c. */
43 /* -- ADDMODULE MARKER 1 -- */
45 extern void PyMarshal_Init();
46 extern void initimp();
48 struct _inittab _PyImport_Inittab
[] = {
50 /* -- ADDMODULE MARKER 2 -- */
52 /* This module "lives in" with marshal.c */
53 {"marshal", PyMarshal_Init
},
55 /* This lives it with import.c */
58 /* These entries are here for sys.builtin_module_names */
60 {"__builtin__", NULL
},