comparison plugins/perl/perl.c @ 6235:1049dd7e976e

[gaim-migrate @ 6728] This should fix "config.h defines referenced before config.h in perl.c" http://sourceforge.net/tracker/index.php?func=detail&aid=774284&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 19 Jul 2003 19:42:55 +0000
parents 5823ed7e2583
children 8f94cce8faa5
comparison
equal deleted inserted replaced
6234:ff7aa6acee95 6235:1049dd7e976e
21 * Translated from X-Chat to Gaim by Eric Warmenhoven. 21 * Translated from X-Chat to Gaim by Eric Warmenhoven.
22 * Originally by Erik Scrafford <eriks@chilisoft.com>. 22 * Originally by Erik Scrafford <eriks@chilisoft.com>.
23 * X-Chat Copyright (C) 1998 Peter Zelezny. 23 * X-Chat Copyright (C) 1998 Peter Zelezny.
24 * 24 *
25 */ 25 */
26
27 #ifdef HAVE_CONFIG_H
28 #include <config.h>
29 #endif
30
26 #ifdef DEBUG 31 #ifdef DEBUG
27 # undef DEBUG 32 # undef DEBUG
28 #endif 33 #endif
29 34
30 #undef PACKAGE 35 #undef PACKAGE