Abstract away the operations involving a sentinel value for coordinates.
[super-star-trek.git] / src / config.h.in
1 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
6
7 /* Define to 1 if you have the `atexit' function. */
8 #undef HAVE_ATEXIT
9
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11    CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT
13
14 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15    the CoreFoundation framework. */
16 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
17
18 /* Define to 1 if you have the <curses.h> header file. */
19 #undef HAVE_CURSES_H
20
21 /* Define if the GNU dcgettext() function is already present or preinstalled.
22    */
23 #undef HAVE_DCGETTEXT
24
25 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
26 #undef HAVE_DOPRNT
27
28 /* Define to 1 if you have the <fcntl.h> header file. */
29 #undef HAVE_FCNTL_H
30
31 /* Define to 1 if you have the `floor' function. */
32 #undef HAVE_FLOOR
33
34 /* Define if the GNU gettext() function is already present or preinstalled. */
35 #undef HAVE_GETTEXT
36
37 /* Define if you have the iconv() function. */
38 #undef HAVE_ICONV
39
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #undef HAVE_INTTYPES_H
42
43 /* Define to 1 if you have the `m' library (-lm). */
44 #undef HAVE_LIBM
45
46 /* Define to 1 if you have the `ncurses' library (-lncurses). */
47 #undef HAVE_LIBNCURSES
48
49 /* Define to 1 if you have the <linux/kd.h> header file. */
50 #undef HAVE_LINUX_KD_H
51
52 /* Define to 1 if you have the <memory.h> header file. */
53 #undef HAVE_MEMORY_H
54
55 /* Define to 1 if you have the `pow' function. */
56 #undef HAVE_POW
57
58 /* Define to 1 if you have the `sqrt' function. */
59 #undef HAVE_SQRT
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
66
67 /* Define to 1 if you have the `strcasecmp' function. */
68 #undef HAVE_STRCASECMP
69
70 /* Define to 1 if you have the `strchr' function. */
71 #undef HAVE_STRCHR
72
73 /* Define to 1 if you have the <strings.h> header file. */
74 #undef HAVE_STRINGS_H
75
76 /* Define to 1 if you have the <string.h> header file. */
77 #undef HAVE_STRING_H
78
79 /* Define to 1 if you have the `strncasecmp' function. */
80 #undef HAVE_STRNCASECMP
81
82 /* Define to 1 if you have the `strstr' function. */
83 #undef HAVE_STRSTR
84
85 /* Define to 1 if you have the <sys/ioctl.h> header file. */
86 #undef HAVE_SYS_IOCTL_H
87
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #undef HAVE_SYS_STAT_H
90
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #undef HAVE_SYS_TYPES_H
93
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #undef HAVE_UNISTD_H
96
97 /* Define to 1 if you have the `vprintf' function. */
98 #undef HAVE_VPRINTF
99
100 /* Name of package */
101 #undef PACKAGE
102
103 /* Define to the address where bug reports for this package should be sent. */
104 #undef PACKAGE_BUGREPORT
105
106 /* Define to the full name of this package. */
107 #undef PACKAGE_NAME
108
109 /* Define to the full name and version of this package. */
110 #undef PACKAGE_STRING
111
112 /* Define to the one symbol short name of this package. */
113 #undef PACKAGE_TARNAME
114
115 /* Define to the version of this package. */
116 #undef PACKAGE_VERSION
117
118 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS
120
121 /* Version number of package */
122 #undef VERSION