comparison plugins/perl/perl.c @ 8138:3e8592b95f68

[gaim-migrate @ 8844] Committing a perl portability patch from Philip Brown committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 Jan 2004 04:47:04 +0000
parents 4396d1088273
children 92cbf9713795
comparison
equal deleted inserted replaced
8137:4971193f761d 8138:3e8592b95f68
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */ 19 */
20 #ifdef HAVE_CONFIG_H 20 #ifdef HAVE_CONFIG_H
21 #include <config.h> 21 #include <config.h>
22 # ifdef HAVE_LIMITS_H
23 # include <limits.h>
24 # ifndef NAME_MAX
25 # define NAME_MAX _POSIX_NAME_MAX
26 # endif
27 # endif
22 #endif 28 #endif
23 29
24 #ifdef DEBUG 30 #ifdef DEBUG
25 # undef DEBUG 31 # undef DEBUG
26 #endif 32 #endif