X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fmain.c;h=dabb8eb996c26dddb88f613aae0941268aa4582c;hb=07e1a51683325ac9e9011a4c9d9802ba454721af;hp=3c809770e32ff38a5894ed4a19fca598d8a8346a;hpb=1ea53ec86415316844abc71728f155bcb194bf7f;p=gnushogi.git diff --git a/gnushogi/main.c b/gnushogi/main.c index 3c80977..dabb8eb 100644 --- a/gnushogi/main.c +++ b/gnushogi/main.c @@ -2,11 +2,14 @@ * FILE: main.c * * ---------------------------------------------------------------------- - * - * Copyright (c) 2012 Free Software Foundation + * Copyright (c) 1993, 1994, 1995 Matthias Mutz + * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * + * Copyright (c) 1988, 1989, 1990 John Stanback + * Copyright (c) 1992 Free Software Foundation + * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it @@ -92,12 +95,13 @@ main (int argc, char **argv) break; #endif +#ifdef HAVE_LIBCURSES case 'C': /* Curses interface. */ display_type = DISPLAY_CURSES; break; - +#endif case 'h': /* Need the "+" syntax here... */