Files
znc/modules
psychon 8a1c2a4711 Include @DEFS@ into our compiler call
On most systems, this should only result in some useless defines being added to
the compiler's command line:

-DPACKAGE_NAME=\"znc\" -DPACKAGE_TARNAME=\"znc\" -DPACKAGE_VERSION=\"0.097\"
-DPACKAGE_STRING=\"znc\ 0.097\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"

However, on some weird arches like e.g. x86, this will make AC_SYS_LARGEFILE
actually work, because that macro adds "-D_FILE_OFFSET_BITS=64" to @DEPS@.

This was found by SilverLeo because modpython didn't compile for him, thanks. :)
(python has "#define _FILE_OFFSET_BITS 64" in pyconfig.h)

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2242 726aef4b-f618-498e-8847-2d620e286838
2011-01-02 17:15:21 +00:00
..
2010-12-30 22:02:26 +00:00
2010-12-31 15:09:07 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-08-03 10:49:03 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-06-13 07:37:47 +00:00
2010-05-02 08:36:57 +00:00
2010-12-24 18:30:11 +00:00
2010-05-02 08:36:57 +00:00
2011-01-02 10:46:46 +00:00
2010-12-31 15:09:07 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00