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.4 by root, Sun Mar 31 20:04:29 2002 UTC vs.
Revision 1.5 by root, Mon Aug 24 04:38:23 2009 UTC

1/* config.h.in. Generated automatically from configure.in by autoheader. */ 1/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
2 2
3/* 3/* Define to `unsigned' if <sys/types.h> doesn't define. */
4 * needed for auto configuration 4#undef size_t
5 * $Id: config.h.in,v 1.4 2002/03/31 20:04:29 root Exp $ 5
6 */ 6/* Define if you have the ANSI C header files. */
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
7 11
8/* 12/*
9 * If your system is kinda special 13 * If your system is kinda special
10 */ 14 */
11#undef SYSTEM_DOS 15#undef SYSTEM_DOS
48 */ 52 */
49#undef HAVE_MKSTEMP 53#undef HAVE_MKSTEMP
50 54
51/* 55/*
52 * Replacement functions. 56 * Replacement functions.
53 * #define strerror FP_strerror 57 * #define strerror _FP_strerror
54 * #define tempnam FP_tempnam 58 * #define tempnam _FP_tempnam
55 * if you don't have these functions 59 * if you don't have these functions
56 */ 60 */
57#undef strerror 61#undef strerror
58#undef tempnam 62#undef tempnam
59 63
60/* 64/* Define if you have the fgetc_unlocked function. */
61 * your mailing program. full path and the necessary parameters. 65#undef HAVE_FGETC_UNLOCKED
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 66
67/* 67/* Define if you have the gettimeofday function. */
68 * define if the mailer needs to have the subject set on the command 68#undef HAVE_GETTIMEOFDAY
69 * line with -s "Subject". Preferredly, we send the subject as a header.
70 */
71#undef MAILER_NEEDS_SUBJECT
72 69
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. */ 70/* Define if you have the <errno.h> header file. */
86#undef HAVE_ERRNO_H 71#undef HAVE_ERRNO_H
87 72
88/* Define if you have the <fcntl.h> header file. */ 73/* Define if you have the <fcntl.h> header file. */
89#undef HAVE_FCNTL_H 74#undef HAVE_FCNTL_H
90 75
91/* Define if you have the `gettimeofday' function. */
92#undef HAVE_GETTIMEOFDAY
93
94/* Define if you have the <inttypes.h> header file. */
95#undef HAVE_INTTYPES_H
96
97/* Define if you have the <io.h> header file. */ 76/* Define if you have the <io.h> header file. */
98#undef HAVE_IO_H 77#undef HAVE_IO_H
99 78
100/* Define if you have the <malloc.h> header file. */ 79/* Define if you have the <malloc.h> header file. */
101#undef HAVE_MALLOC_H 80#undef HAVE_MALLOC_H
102 81
103/* Define if you have the <memory.h> header file. */ 82/* Define if you have the <memory.h> header file. */
104#undef HAVE_MEMORY_H 83#undef HAVE_MEMORY_H
105 84
106/* Define if you have the <stdarg.h> header file. */ 85/* Define if you have the <stdarg.h> header file. */
107#undef HAVE_STDARG_H 86#undef HAVE_STDARG_H
108 87
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
124/* Define if you have the <sys/time.h> header file. */ 88/* Define if you have the <sys/time.h> header file. */
125#undef HAVE_SYS_TIME_H 89#undef HAVE_SYS_TIME_H
126 90
127/* Define if you have the <sys/types.h> header file. */
128#undef HAVE_SYS_TYPES_H
129
130/* Define if you have the <unistd.h> header file. */ 91/* Define if you have the <unistd.h> header file. */
131#undef HAVE_UNISTD_H 92#undef HAVE_UNISTD_H
132 93
133/* Define if you have the <varargs.h> header file. */ 94/* Define if you have the <varargs.h> header file. */
134#undef HAVE_VARARGS_H 95#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