# HG changeset patch # User Christian Hammond # Date 1074401224 0 # Node ID 3e8592b95f68e1b4245db026ed4fca3fffb44206 # Parent 4971193f761dae66af2d3b59dfc8bdb140036afb [gaim-migrate @ 8844] Committing a perl portability patch from Philip Brown committer: Tailor Script diff -r 4971193f761d -r 3e8592b95f68 plugins/perl/perl.c --- a/plugins/perl/perl.c Sun Jan 18 03:51:40 2004 +0000 +++ b/plugins/perl/perl.c Sun Jan 18 04:47:04 2004 +0000 @@ -19,6 +19,12 @@ */ #ifdef HAVE_CONFIG_H #include +# ifdef HAVE_LIMITS_H +# include +# ifndef NAME_MAX +# define NAME_MAX _POSIX_NAME_MAX +# endif +# endif #endif #ifdef DEBUG