1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
5 * $Id: config.h,v 1.1 2003/12/12 10:55:30 mdw Exp $
7 * Configuration header for XOR
9 * (c) 2003 Straylight/Edgeware
12 /*----- Licensing notice --------------------------------------------------*
14 * This file is part of XOR.
16 * XOR is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
21 * XOR is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
26 * You should have received a copy of the GNU General Public License
27 * along with XOR; if not, write to the Free Software Foundation,
28 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
31 /*----- Revision history --------------------------------------------------*
34 * Revision 1.1 2003/12/12 10:55:30 mdw
35 * Initial checkin. Not there yet.
46 /*----- Automatic configuration -------------------------------------------*/
48 /* #undef HAVE_CURSES_H */
49 /* Define if you have <curses.h>. */
52 /* Define if you have curses. */
54 /* Define if you have the wresize function. */
55 #define HAVE_WRESIZE 1
57 /* Define if you have the <curses.h> header file. */
58 /* #undef HAVE_CURSES_H */
60 /* Define if you have the <ncurses.h> header file. */
61 #define HAVE_NCURSES_H 1
63 /* Define if you have the <ncurses/ncurses.h> header file. */
64 /* #undef HAVE_NCURSES_NCURSES_H */
69 /* Version number of package */
70 #define VERSION "1.0.0"
72 /*----- That's all, folks -------------------------------------------------*/