ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
(Generate patch)

Comparing Convert-UUlib/uulib/config.h.in (file contents):
Revision 1.3 by root, Sun Feb 10 22:47:18 2002 UTC vs.
Revision 1.4 by root, Sun Mar 31 20:04:29 2002 UTC

1/* config.h.in. Generated automatically from configure.in by autoheader. */ 1/* config.h.in. Generated automatically from configure.in by autoheader. */
2 2
3/* Define to `unsigned' if <sys/types.h> doesn't define. */ 3/*
4#undef size_t 4 * needed for auto configuration
5 5 * $Id: config.h.in,v 1.4 2002/03/31 20:04:29 root Exp $
6/* Define if you have the ANSI C header files. */ 6 */
7#undef STDC_HEADERS
8
9/* Define if you can safely include both <sys/time.h> and <time.h>. */
10#undef TIME_WITH_SYS_TIME
11 7
12/* 8/*
13 * If your system is kinda special 9 * If your system is kinda special
14 */ 10 */
15#undef SYSTEM_DOS 11#undef SYSTEM_DOS
59 * if you don't have these functions 55 * if you don't have these functions
60 */ 56 */
61#undef strerror 57#undef strerror
62#undef tempnam 58#undef tempnam
63 59
60/*
61 * your mailing program. full path and the necessary parameters.
62 * the recepient address is added to the command line (with a leading
63 * space) without any further options
64 */
65#undef PROG_MAILER
66
67/*
68 * define if the mailer needs to have the subject set on the command
69 * line with -s "Subject". Preferredly, we send the subject as a header.
70 */
71#undef MAILER_NEEDS_SUBJECT
72
73/*
74 * define if posting is enabled. Do not edit.
75 */
76#undef HAVE_NEWS
77
78/*
79 * your local news posting program. full path and parameters, so that
80 * the article and all its headers are read from stdin
81 */
82#undef PROG_INEWS
83
84
85/* Define if you have the <errno.h> header file. */
86#undef HAVE_ERRNO_H
87
88/* Define if you have the <fcntl.h> header file. */
89#undef HAVE_FCNTL_H
90
64/* Define if you have the gettimeofday function. */ 91/* Define if you have the `gettimeofday' function. */
65#undef HAVE_GETTIMEOFDAY 92#undef HAVE_GETTIMEOFDAY
66 93
67/* Define if you have the <errno.h> header file. */ 94/* Define if you have the <inttypes.h> header file. */
68#undef HAVE_ERRNO_H 95#undef HAVE_INTTYPES_H
69 96
70/* Define if you have the <fcntl.h> header file. */
71#undef HAVE_FCNTL_H
72
73/* Define if you have the <io.h> header file. */ 97/* Define if you have the <io.h> header file. */
74#undef HAVE_IO_H 98#undef HAVE_IO_H
75 99
76/* Define if you have the <malloc.h> header file. */ 100/* Define if you have the <malloc.h> header file. */
77#undef HAVE_MALLOC_H 101#undef HAVE_MALLOC_H
78 102
79/* Define if you have the <memory.h> header file. */ 103/* Define if you have the <memory.h> header file. */
80#undef HAVE_MEMORY_H 104#undef HAVE_MEMORY_H
81 105
82/* Define if you have the <stdarg.h> header file. */ 106/* Define if you have the <stdarg.h> header file. */
83#undef HAVE_STDARG_H 107#undef HAVE_STDARG_H
84 108
109/* Define if you have the <stdint.h> header file. */
110#undef HAVE_STDINT_H
111
112/* Define if you have the <stdlib.h> header file. */
113#undef HAVE_STDLIB_H
114
115/* Define if you have the <strings.h> header file. */
116#undef HAVE_STRINGS_H
117
118/* Define if you have the <string.h> header file. */
119#undef HAVE_STRING_H
120
121/* Define if you have the <sys/stat.h> header file. */
122#undef HAVE_SYS_STAT_H
123
85/* Define if you have the <sys/time.h> header file. */ 124/* Define if you have the <sys/time.h> header file. */
86#undef HAVE_SYS_TIME_H 125#undef HAVE_SYS_TIME_H
87 126
127/* Define if you have the <sys/types.h> header file. */
128#undef HAVE_SYS_TYPES_H
129
88/* Define if you have the <unistd.h> header file. */ 130/* Define if you have the <unistd.h> header file. */
89#undef HAVE_UNISTD_H 131#undef HAVE_UNISTD_H
90 132
91/* Define if you have the <varargs.h> header file. */ 133/* Define if you have the <varargs.h> header file. */
92#undef HAVE_VARARGS_H 134#undef HAVE_VARARGS_H
135
136/* Define if you have the ANSI C header files. */
137#undef STDC_HEADERS
138
139/* Define if you can safely include both <sys/time.h> and <time.h>. */
140#undef TIME_WITH_SYS_TIME
141
142/* Define to `unsigned' if <sys/types.h> does not define. */
143#undef size_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines