~davewalker/znc/trunk

« back to all changes in this revision

Viewing changes to modules/modpython/modpython.i

  • Committer: darthgandalf
  • Date: 2011-01-07 18:01:26 UTC
  • Revision ID: svn-v4:726aef4b-f618-498e-8847-2d620e286838:trunk:2255
Include zncconfig.h before any system headers in modpython and modperl bindings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
using std::allocator;
43
43
%}
44
44
 
 
45
%begin %{
 
46
#include "zncconfig.h"
 
47
%}
 
48
 
45
49
%include <pyabc.i>
46
50
%include <typemaps.i>
47
51
%include <stl.i>