~ubuntu-branches/debian/stretch/debfoster/stretch

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Ivo Timmermans
  • Date: 2002-01-17 23:08:39 UTC
  • Revision ID: james.westby@ubuntu.com-20020117230839-s22xl5hew1z4s3r5
Tags: upstream-2.5
ImportĀ upstreamĀ versionĀ 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/config.h.  Generated automatically by configure.  */
 
2
/* src/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
 
3
 
 
4
/* Define if using alloca.c.  */
 
5
/* #undef C_ALLOCA */
 
6
 
 
7
/* Define to empty if the keyword does not work.  */
 
8
/* #undef const */
 
9
 
 
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 */
 
13
 
 
14
/* Define if you have alloca, as a function or macro.  */
 
15
#define HAVE_ALLOCA 1
 
16
 
 
17
/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
 
18
#define HAVE_ALLOCA_H 1
 
19
 
 
20
/* Define if you have a working `mmap' system call.  */
 
21
#define HAVE_MMAP 1
 
22
 
 
23
/* Define as __inline if that's what the C compiler calls it.  */
 
24
/* #undef inline */
 
25
 
 
26
/* Define to `long' if <sys/types.h> doesn't define.  */
 
27
/* #undef off_t */
 
28
 
 
29
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
 
30
/* #undef size_t */
 
31
 
 
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
 
38
 */
 
39
/* #undef STACK_DIRECTION */
 
40
 
 
41
/* Define if you have the ANSI C header files.  */
 
42
#define STDC_HEADERS 1
 
43
 
 
44
/* Define if you have the __argz_count function.  */
 
45
#define HAVE___ARGZ_COUNT 1
 
46
 
 
47
/* Define if you have the __argz_next function.  */
 
48
#define HAVE___ARGZ_NEXT 1
 
49
 
 
50
/* Define if you have the __argz_stringify function.  */
 
51
#define HAVE___ARGZ_STRINGIFY 1
 
52
 
 
53
/* Define if you have the dcgettext function.  */
 
54
#define HAVE_DCGETTEXT 1
 
55
 
 
56
/* Define if you have the feof_unlocked function.  */
 
57
#define HAVE_FEOF_UNLOCKED 1
 
58
 
 
59
/* Define if you have the fgets_unlocked function.  */
 
60
#define HAVE_FGETS_UNLOCKED 1
 
61
 
 
62
/* Define if you have the getcwd function.  */
 
63
#define HAVE_GETCWD 1
 
64
 
 
65
/* Define if you have the getegid function.  */
 
66
#define HAVE_GETEGID 1
 
67
 
 
68
/* Define if you have the geteuid function.  */
 
69
#define HAVE_GETEUID 1
 
70
 
 
71
/* Define if you have the getgid function.  */
 
72
#define HAVE_GETGID 1
 
73
 
 
74
/* Define if you have the getpagesize function.  */
 
75
#define HAVE_GETPAGESIZE 1
 
76
 
 
77
/* Define if you have the getuid function.  */
 
78
#define HAVE_GETUID 1
 
79
 
 
80
/* Define if you have the mempcpy function.  */
 
81
#define HAVE_MEMPCPY 1
 
82
 
 
83
/* Define if you have the munmap function.  */
 
84
#define HAVE_MUNMAP 1
 
85
 
 
86
/* Define if you have the putenv function.  */
 
87
#define HAVE_PUTENV 1
 
88
 
 
89
/* Define if you have the setenv function.  */
 
90
#define HAVE_SETENV 1
 
91
 
 
92
/* Define if you have the setlocale function.  */
 
93
#define HAVE_SETLOCALE 1
 
94
 
 
95
/* Define if you have the stpcpy function.  */
 
96
#define HAVE_STPCPY 1
 
97
 
 
98
/* Define if you have the strcasecmp function.  */
 
99
#define HAVE_STRCASECMP 1
 
100
 
 
101
/* Define if you have the strchr function.  */
 
102
#define HAVE_STRCHR 1
 
103
 
 
104
/* Define if you have the strdup function.  */
 
105
#define HAVE_STRDUP 1
 
106
 
 
107
/* Define if you have the strtoul function.  */
 
108
#define HAVE_STRTOUL 1
 
109
 
 
110
/* Define if you have the tsearch function.  */
 
111
#define HAVE_TSEARCH 1
 
112
 
 
113
/* Define if you have the <argz.h> header file.  */
 
114
#define HAVE_ARGZ_H 1
 
115
 
 
116
/* Define if you have the <limits.h> header file.  */
 
117
#define HAVE_LIMITS_H 1
 
118
 
 
119
/* Define if you have the <locale.h> header file.  */
 
120
#define HAVE_LOCALE_H 1
 
121
 
 
122
/* Define if you have the <malloc.h> header file.  */
 
123
#define HAVE_MALLOC_H 1
 
124
 
 
125
/* Define if you have the <nl_types.h> header file.  */
 
126
#define HAVE_NL_TYPES_H 1
 
127
 
 
128
/* Define if you have the <stddef.h> header file.  */
 
129
#define HAVE_STDDEF_H 1
 
130
 
 
131
/* Define if you have the <stdlib.h> header file.  */
 
132
#define HAVE_STDLIB_H 1
 
133
 
 
134
/* Define if you have the <string.h> header file.  */
 
135
#define HAVE_STRING_H 1
 
136
 
 
137
/* Define if you have the <sys/param.h> header file.  */
 
138
#define HAVE_SYS_PARAM_H 1
 
139
 
 
140
/* Define if you have the <unistd.h> header file.  */
 
141
#define HAVE_UNISTD_H 1
 
142
 
 
143
/* Name of package */
 
144
#define PACKAGE "debfoster"
 
145
 
 
146
/* Version number of package */
 
147
#define VERSION "2.5"
 
148
 
 
149
/* Define if you have the iconv() function. */
 
150
#define HAVE_ICONV 1
 
151
 
 
152
/* Define as const if the declaration of iconv() needs const. */
 
153
#define ICONV_CONST 
 
154
 
 
155
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 
156
#define HAVE_LANGINFO_CODESET 1
 
157
 
 
158
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
159
#define HAVE_LC_MESSAGES 1
 
160
 
 
161
/* Define to 1 if translation of program messages to the user's native language
 
162
   is requested. */
 
163
#define ENABLE_NLS 1
 
164
 
 
165
/* Define if the GNU gettext() function is already present or preinstalled. */
 
166
#define HAVE_GETTEXT 1
 
167