summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2000-04-06 15:33:26 +0000
committerJames Henstridge <jamesh@src.gnome.org>2000-04-06 15:33:26 +0000
commitb9586c2ea390920ed14850b2e2627fe1f8d3be7e (patch)
treef5ee2c3508069e6098df079c76070b35444c7754 /acconfig.h
parent7278dba0411aa9579d3af932a37e92e108d7fcc7 (diff)
downloadpygtk-b9586c2ea390920ed14850b2e2627fe1f8d3be7e.tar.gz
Update build system to use automake-1.4a. Now you don't need my automake
patches to build gnome-python. Just make sure that you set the prefix correctly when installing, as the official automake patches install to the specified prefix, rather than trying to guess the value.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
new file mode 100644
index 00000000..bfe533c0
--- /dev/null
+++ b/acconfig.h
@@ -0,0 +1,33 @@
+/* -*- Mode: C; c-basic-offset: 4 -*- */
+/* PyGTK - python bindings for GTK+
+ * Copyright (C) 1997-2000 James Henstridge <james@daa.com.au>
+ *
+ * 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_
+@TOP@
+
+/* define if Numeric Python support is to be used */
+#undef HAVE_NUMPY
+
+#undef HAVE_ARRAYOBJECT_H
+#undef HAVE_EXTENSIONS_ARRAYOBJECT_H
+#undef HAVE_NUMERIC_ARRAYOBJECT_H
+
+@BOTTOM@
+#endif /* !_PYGTK_CONFIG_H_ */