/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* -*- Mode: C; c-basic-offset: 4 -*- */ /* PyGTK - python bindings for GTK+ * Copyright (C) 1997-2000 James Henstridge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef _PYGTK_CONFIG_H_ #define _PYGTK_CONFIG_H_ /* define if Numeric Python support is to be used */ #define HAVE_NUMPY 1 /* #undef HAVE_ARRAYOBJECT_H */ /* #undef HAVE_EXTENSIONS_ARRAYOBJECT_H */ #define HAVE_NUMERIC_ARRAYOBJECT_H 1 #define ENABLE_PYGTK_THREADING 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Name of package */ #define PACKAGE "pygtk" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python&component=pygtk" /* Define to the full name of this package. */ #define PACKAGE_NAME "pygtk" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "pygtk 0.6.11" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pygtk" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.6.11" /* PyGtk major version */ #define PYGTK_MAJOR_VERSION 0 /* PyGtk macro version */ #define PYGTK_MICRO_VERSION 11 /* PyGtk minor version */ #define PYGTK_MINOR_VERSION 6 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "0.6.11" #endif /* !_PYGTK_CONFIG_H_ */