comparison console/libgnt/gntcolors.c @ 14421:553bbd68387e

[gaim-migrate @ 17129] Print a "<AUTO-REPLY>" before the autoreply messages. Fix some earlier brain-damaged ifdefs. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 02 Sep 2006 19:29:06 +0000
parents 39b0124a455d
children f3645fe3da47
comparison
equal deleted inserted replaced
14420:c4a32405af68 14421:553bbd68387e
1 #include "config.h"
2
1 #ifdef HAVE_NCURSESW_INC 3 #ifdef HAVE_NCURSESW_INC
2 #include <ncursesw/ncurses.h> 4 #include <ncursesw/ncurses.h>
3 #else 5 #else
4 #include <ncurses.h> 6 #include <ncurses.h>
5 #endif 7 #endif