chiark / gitweb /
Initial checkin. Not there yet.
[xor] / config.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
3 /* -*-c-*-
4  *
5  * $Id: config.h,v 1.1 2003/12/12 10:55:30 mdw Exp $
6  *
7  * Configuration header for XOR
8  *
9  * (c) 2003 Straylight/Edgeware
10  */
11
12 /*----- Licensing notice --------------------------------------------------* 
13  *
14  * This file is part of XOR.
15  *
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.
20  * 
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.
25  * 
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.
29  */
30
31 /*----- Revision history --------------------------------------------------* 
32  *
33  * $Log: config.h,v $
34  * Revision 1.1  2003/12/12 10:55:30  mdw
35  * Initial checkin.  Not there yet.
36  *
37  */
38
39 #ifndef ACCONFIG_H
40 #define ACCONFIG_H
41
42 #ifdef __cplusplus
43   extern "C" {
44 #endif
45
46 /*----- Automatic configuration -------------------------------------------*/
47
48 /* #undef HAVE_CURSES_H */
49 /* Define if you have <curses.h>.  */
50
51 #define HAVE_CURSES 1
52 /* Define if you have curses.  */
53
54 /* Define if you have the wresize function.  */
55 #define HAVE_WRESIZE 1
56
57 /* Define if you have the <curses.h> header file.  */
58 /* #undef HAVE_CURSES_H */
59
60 /* Define if you have the <ncurses.h> header file.  */
61 #define HAVE_NCURSES_H 1
62
63 /* Define if you have the <ncurses/ncurses.h> header file.  */
64 /* #undef HAVE_NCURSES_NCURSES_H */
65
66 /* Name of package */
67 #define PACKAGE "xor"
68
69 /* Version number of package */
70 #define VERSION "1.0.0"
71
72 /*----- That's all, folks -------------------------------------------------*/
73
74 #ifdef __cplusplus
75   }
76 #endif
77
78 #endif