chiark / gitweb /
Expunge old CVS cruft.
[xor] / config.h
CommitLineData
fc27aa70 1/* config.h. Generated automatically by configure. */
2/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
3/* -*-c-*-
4 *
73e1eaf2 5 * $Id$
fc27aa70 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
fc27aa70 31#ifndef ACCONFIG_H
32#define ACCONFIG_H
33
34#ifdef __cplusplus
35 extern "C" {
36#endif
37
38/*----- Automatic configuration -------------------------------------------*/
39
40/* #undef HAVE_CURSES_H */
41/* Define if you have <curses.h>. */
42
43#define HAVE_CURSES 1
44/* Define if you have curses. */
45
46/* Define if you have the wresize function. */
47#define HAVE_WRESIZE 1
48
49/* Define if you have the <curses.h> header file. */
50/* #undef HAVE_CURSES_H */
51
52/* Define if you have the <ncurses.h> header file. */
53#define HAVE_NCURSES_H 1
54
55/* Define if you have the <ncurses/ncurses.h> header file. */
56/* #undef HAVE_NCURSES_NCURSES_H */
57
58/* Name of package */
59#define PACKAGE "xor"
60
61/* Version number of package */
62#define VERSION "1.0.0"
63
64/*----- That's all, folks -------------------------------------------------*/
65
66#ifdef __cplusplus
67 }
68#endif
69
70#endif