Import upstream Source
[gamazons.git] / config.h
bloba067ee6fadcdad68a3038ff229f904898f72d1c9
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define if using alloca.c. */
5 /* #undef C_ALLOCA */
7 /* Define to empty if the keyword does not work. */
8 /* #undef const */
10 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
11 This function is required for alloca.c support on those systems. */
12 /* #undef CRAY_STACKSEG_END */
14 /* Define if you have alloca, as a function or macro. */
15 #define HAVE_ALLOCA 1
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
18 #define HAVE_ALLOCA_H 1
20 /* Define if you have a working `mmap' system call. */
21 #define HAVE_MMAP 1
23 /* Define as __inline if that's what the C compiler calls it. */
24 /* #undef inline */
26 /* Define to `long' if <sys/types.h> doesn't define. */
27 /* #undef off_t */
29 /* Define to `unsigned' if <sys/types.h> doesn't define. */
30 /* #undef size_t */
32 /* If using the C implementation of alloca, define if you know the
33 direction of stack growth for your system; otherwise it will be
34 automatically deduced at run-time.
35 STACK_DIRECTION > 0 => grows toward higher addresses
36 STACK_DIRECTION < 0 => grows toward lower addresses
37 STACK_DIRECTION = 0 => direction of growth unknown
39 /* #undef STACK_DIRECTION */
41 /* Define if you have the ANSI C header files. */
42 #define STDC_HEADERS 1
44 #define ENABLE_NLS 1
45 /* #undef HAVE_CATGETS */
46 #define HAVE_GETTEXT 1
47 #define GETTEXT_PACKAGE "gamazons"
48 #define HAVE_LC_MESSAGES 1
49 /* #undef HAVE_STPCPY */
50 /* #undef HAVE_LIBSM */
52 /* Define if you have the __argz_count function. */
53 #define HAVE___ARGZ_COUNT 1
55 /* Define if you have the __argz_next function. */
56 #define HAVE___ARGZ_NEXT 1
58 /* Define if you have the __argz_stringify function. */
59 #define HAVE___ARGZ_STRINGIFY 1
61 /* Define if you have the dcgettext function. */
62 #define HAVE_DCGETTEXT 1
64 /* Define if you have the getcwd function. */
65 #define HAVE_GETCWD 1
67 /* Define if you have the getpagesize function. */
68 #define HAVE_GETPAGESIZE 1
70 /* Define if you have the munmap function. */
71 #define HAVE_MUNMAP 1
73 /* Define if you have the putenv function. */
74 #define HAVE_PUTENV 1
76 /* Define if you have the setenv function. */
77 #define HAVE_SETENV 1
79 /* Define if you have the setlocale function. */
80 #define HAVE_SETLOCALE 1
82 /* Define if you have the strcasecmp function. */
83 #define HAVE_STRCASECMP 1
85 /* Define if you have the strchr function. */
86 #define HAVE_STRCHR 1
88 /* Define if you have the strdup function. */
89 #define HAVE_STRDUP 1
91 /* Define if you have the <argz.h> header file. */
92 #define HAVE_ARGZ_H 1
94 /* Define if you have the <limits.h> header file. */
95 #define HAVE_LIMITS_H 1
97 /* Define if you have the <locale.h> header file. */
98 #define HAVE_LOCALE_H 1
100 /* Define if you have the <malloc.h> header file. */
101 #define HAVE_MALLOC_H 1
103 /* Define if you have the <nl_types.h> header file. */
104 #define HAVE_NL_TYPES_H 1
106 /* Define if you have the <stdlib.h> header file. */
107 #define HAVE_STDLIB_H 1
109 /* Define if you have the <string.h> header file. */
110 #define HAVE_STRING_H 1
112 /* Define if you have the <sys/param.h> header file. */
113 #define HAVE_SYS_PARAM_H 1
115 /* Define if you have the <sys/stat.h> header file. */
116 #define HAVE_SYS_STAT_H 1
118 /* Define if you have the <sys/types.h> header file. */
119 #define HAVE_SYS_TYPES_H 1
121 /* Define if you have the <unistd.h> header file. */
122 #define HAVE_UNISTD_H 1
124 /* Name of package */
125 #define PACKAGE "gamazons"
127 /* Version number of package */
128 #define VERSION "0.83rc3"
130 /* Define if your <locale.h> file defines LC_MESSAGES. */
131 #define HAVE_LC_MESSAGES 1
133 /* Define if the GNU gettext() function is already present or preinstalled. */
134 #define HAVE_GETTEXT 1
136 /* always defined to indicate that i18n is enabled */
137 #define ENABLE_NLS 1