~ubuntu-branches/ubuntu/dapper/agrep/dapper

« back to all changes in this revision

Viewing changes to autoconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2005-12-27 17:01:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051227170100-nk2hnq0bnlkbk3q3
Tags: 4.17-2
Added patch to fix FTBS on amd64 (Closes: #344909).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* libtemplate/include/autoconf.h.  Generated automatically by configure.  */
 
2
/*
 
3
** libtemplate/include/autoconf.h.in.
 
4
*/
 
5
 
 
6
/* -------------------------------------------------
 
7
  SYSUH - begin update
 
8
 
 
9
  There are too many compiler DEFS.  This will be a problem on some
 
10
  systems because the length limit of the comand line.
 
11
  Therefore, I moved the compiler DEFS here so that the make output
 
12
  is more readable.
 
13
 
 
14
  The following definitions will be automatically updated by configure.
 
15
  ----------------------------------------------------------------------*/
 
16
 
 
17
#ifndef _AUTOCONF_H_
 
18
#define _AUTOCONF_H_
 
19
 
 
20
#define HAVE_DIRENT_H           1
 
21
#define HAVE_FCNTL_H            1
 
22
#define HAVE_SYS_FILE_H         1
 
23
#define HAVE_SYS_TIME_H         1
 
24
#define HAVE_UNISTD_H           1
 
25
#define HAVE_SYS_SELECT_H       1
 
26
#define HAVE_SYS_DIR_H          1
 
27
#define TIME_WITH_SYS_TIME      1
 
28
#define HAVE_UTIME_NULL         1
 
29
#define HAVE_STRDUP             1
 
30
#define HAVE_STRERROR           1
 
31
#define HAVE_LIBM               1
 
32
#define STRUCTURED_QUERIES      0
 
33
#define ISO_CHAR_SET            1
 
34
#define SFS_COMPAT              0
 
35
#define AGREP_POINTER           1
 
36
 
 
37
#define FILE_END_MARK           '\t'
 
38
 
 
39
#define RETSIGTYPE      void
 
40
 
 
41
/* -----------------------------------------
 
42
  SYSUH - end update.
 
43
  ---------------------------------------------------- */
 
44
 
 
45
/* Define if on AIX 3.
 
46
   System headers sometimes define this.
 
47
   We just want to avoid a redefinition error message.  */
 
48
#ifndef _ALL_SOURCE
 
49
/* #undef _ALL_SOURCE */
 
50
#endif
 
51
 
 
52
/* Define if using alloca.c.  */
 
53
/* #undef C_ALLOCA */
 
54
 
 
55
/* Define to empty if the keyword does not work.  */
 
56
/* #undef const */
 
57
 
 
58
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
 
59
   This function is required for alloca.c support on those systems.  */
 
60
/* #undef CRAY_STACKSEG_END */
 
61
 
 
62
/* Define to the type of elements in the array set by `getgroups'.
 
63
   Usually this is either `int' or `gid_t'.  */
 
64
/* #undef GETGROUPS_T */
 
65
 
 
66
/* Define to `int' if <sys/types.h> doesn't define.  */
 
67
/* #undef gid_t */
 
68
 
 
69
/* Define if you have alloca.h and it should be used (not Ultrix).  */
 
70
/* #undef HAVE_ALLOCA_H */
 
71
 
 
72
/* Define if you support file names longer than 14 characters.  */
 
73
/* #undef HAVE_LONG_FILE_NAMES */
 
74
 
 
75
/* Define if your struct stat has st_blksize.  */
 
76
/* #undef HAVE_ST_BLKSIZE */
 
77
 
 
78
/* Define if on MINIX.  */
 
79
/* #undef _MINIX */
 
80
 
 
81
/* Define if you don't have dirent.h, but have ndir.h.  */
 
82
/* #undef NDIR */
 
83
 
 
84
/* Define to `long' if <sys/types.h> doesn't define.  */
 
85
/* #undef off_t */
 
86
 
 
87
/* Define if the system does not provide POSIX.1 features except
 
88
   with this defined.  */
 
89
/* #undef _POSIX_1_SOURCE */
 
90
 
 
91
/* Define if you need to in order for stat and other things to work.  */
 
92
/* #undef _POSIX_SOURCE */
 
93
 
 
94
/* Define as the return type of signal handlers (int or void).  */
 
95
#define RETSIGTYPE void
 
96
 
 
97
/* Define if the setvbuf function takes the buffering type as its second
 
98
   argument and the buffer pointer as the third, as on System V
 
99
   before release 3.  */
 
100
/* #undef SETVBUF_REVERSED */
 
101
 
 
102
/* If using the C implementation of alloca, define if you know the
 
103
   direction of stack growth for your system; otherwise it will be
 
104
   automatically deduced at run-time.
 
105
        STACK_DIRECTION > 0 => grows toward higher addresses
 
106
        STACK_DIRECTION < 0 => gro
 
107
ws toward lower addresses
 
108
        STACK_DIRECTION = 0 => direction of growth unknown
 
109
 */
 
110
/* #undef STACK_DIRECTION */
 
111
 
 
112
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
 
113
/* #undef STAT_MACROS_BROKEN */
 
114
 
 
115
/* Define if you have the ANSI C header files.  */
 
116
#define STDC_HEADERS 1
 
117
 
 
118
/* Define if you don't have dirent.h, but have sys/dir.h.  */
 
119
/* #undef SYSDIR */
 
120
 
 
121
/* Define if you don't have dirent.h, but have sys/ndir.h.  */
 
122
/* #undef SYSNDIR */
 
123
 
 
124
/* Define to `int' if <sys/types.h> doesn't define.  */
 
125
/* #undef uid_t */
 
126
 
 
127
/* Define if the closedir function returns void instead of int.  */
 
128
/* #undef VOID_CLOSEDIR */
 
129
 
 
130
/* Define if your processor stores words with the most significant
 
131
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 
132
/* #undef WORDS_BIGENDIAN */
 
133
 
 
134
/* The number of bytes in a int.  */
 
135
/* #undef SIZEOF_INT */
 
136
 
 
137
/* The number of bytes in a long.  */
 
138
/* #undef SIZEOF_LONG */
 
139
 
 
140
/* Define if you have bcopy.  */
 
141
/* #undef HAVE_BCOPY */
 
142
 
 
143
/* Define if you have bzero.  */
 
144
/* #undef HAVE_BZERO */
 
145
 
 
146
/* Define if you have flock.  */
 
147
/* #undef HAVE_FLOCK */
 
148
 
 
149
/* Define if you have fsync.  */
 
150
/* #undef HAVE_FSYNC */
 
151
 
 
152
/* Define if you have ftruncate.  */
 
153
/* #undef HAVE_FTRUNCATE */
 
154
 
 
155
/* Define if you have getcwd.  */
 
156
/* #undef HAVE_GETCWD */
 
157
 
 
158
/* Define if you have getdtablesize.  */
 
159
/* #undef HAVE_GETDTABLESIZE */
 
160
 
 
161
/* Define if you have lrand48.  */
 
162
/* #undef HAVE_LRAND48 */
 
163
 
 
164
/* Define if you have memmove.  */
 
165
/* #undef HAVE_MEMMOVE */
 
166
 
 
167
/* Define if you have mktime.  */
 
168
/* #undef HAVE_MKTIME */
 
169
 
 
170
/* Define if you have nice.  */
 
171
/* #undef HAVE_NICE */
 
172
 
 
173
/* Define if you have on_exit.  */
 
174
/* #undef HAVE_ON_EXIT */
 
175
 
 
176
/* Define if you have random.  */
 
177
/* #undef HAVE_RANDOM */
 
178
 
 
179
/* Define if you have rename.  */
 
180
/* #undef HAVE_RENAME */
 
181
 
 
182
/* Define if you have setlinebuf.  */
 
183
/* #undef HAVE_SETLINEBUF */
 
184
 
 
185
/* Define if you have setrlimit.  */
 
186
/* #undef HAVE_SETRLIMIT */
 
187
 
 
188
/* Define if you have srand48.  */
 
189
/* #undef HAVE_SRAND48 */
 
190
 
 
191
/* Define if you have srandom.  */
 
192
/* #undef HAVE_SRANDOM */
 
193
 
 
194
/* Define if you have sysconf.  */
 
195
/* #undef HAVE_SYSCONF */
 
196
 
 
197
/* Define if you have timegm.  */
 
198
/* #undef HAVE_TIMEGM */
 
199
 
 
200
/* Define if you have usleep.  */
 
201
/* #undef HAVE_USLEEP */
 
202
 
 
203
/* Define if you have vfork.  */
 
204
/* #undef HAVE_VFORK */
 
205
 
 
206
/* Define if you have the <arpa/inet.h> header file.  */
 
207
/* #undef HAVE_ARPA_INET_H */
 
208
 
 
209
/* Define if you have the <config.h> header file.  */
 
210
/* #undef HAVE_CONFIG_H */
 
211
 
 
212
/* Define if you have the <memory.h> header file.  */
 
213
/* #undef HAVE_MEMORY_H */
 
214
 
 
215
/* Define if you have the <netinet/in.h> header file.  */
 
216
/* #undef HAVE_NETINET_IN_H */
 
217
 
 
218
/* Define if you have the <stdlib.h> header file.  */
 
219
/* #undef HAVE_STDLIB_H */
 
220
 
 
221
/* Define if you have the <string.h> header file.  */
 
222
/* #undef HAVE_STRING_H */
 
223
 
 
224
/* Define if you have the <sys/syslog.h> header file.  */
 
225
/* #undef HAVE_SYS_SYSLOG_H */
 
226
 
 
227
/* Define if you have the <sys/types.h> header file.  */
 
228
/* #undef HAVE_SYS_TYPES_H */
 
229
 
 
230
/* Define if you have the <syslog.h> header file.  */
 
231
/* #undef HAVE_SYSLOG_H */
 
232
 
 
233
/* Define if you have the dbm library (-ldbm).  */
 
234
/* #undef HAVE_LIBDBM */
 
235
 
 
236
/* Define if you have the fl library (-lfl).  */
 
237
/* #undef HAVE_LIBFL */
 
238
 
 
239
/* Define if you have the malloc library (-lmalloc).  */
 
240
/* #undef HAVE_LIBMALLOC */
 
241
 
 
242
/* Define if you have the ndbm library (-lndbm).  */
 
243
/* #undef HAVE_LIBNDBM */
 
244
 
 
245
/* Define if you have the nsl library (-lnsl).  */
 
246
/* #undef HAVE_LIBNSL */
 
247
 
 
248
/* Define if you have the resolv library (-lresolv).  */
 
249
/* #undef HAVE_LIBRESOLV */
 
250
 
 
251
/* Define if you have the seq library (-lseq).  */
 
252
/* #undef HAVE_LIBSEQ */
 
253
 
 
254
/* Define if you have the socket library (-lsocket).  */
 
255
/* #undef HAVE_LIBSOCKET */
 
256
 
 
257
#endif  /* _AUTOCONF_H_ */
 
258