comparison src/perl.c @ 2090:b66aca8e8dce

[gaim-migrate @ 2100] change ../config.h to <config.h> because that's better. change from GdkInput functions to GaimInput for reasons mentioned elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 23:23:40 +0000
parents 3366311426df
children 8c4ff1a368bd
comparison
equal deleted inserted replaced
2089:bb1ddaaf0d26 2090:b66aca8e8dce
23 * X-Chat Copyright (C) 1998 Peter Zelezny. 23 * X-Chat Copyright (C) 1998 Peter Zelezny.
24 * 24 *
25 */ 25 */
26 26
27 #ifdef HAVE_CONFIG_H 27 #ifdef HAVE_CONFIG_H
28 #include "../config.h" 28 #include <config.h>
29 #ifdef DEBUG 29 #ifdef DEBUG
30 #undef DEBUG 30 #undef DEBUG
31 #endif 31 #endif
32 #endif 32 #endif
33 #undef PACKAGE 33 #undef PACKAGE