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.7 by root, Fri Dec 11 20:09:22 2020 UTC vs.
Revision 1.8 by root, Sat Dec 12 03:54:59 2020 UTC

1/* config.h.in. Generated from configure.in by autoheader. */ 1/* config.h.in. Generated from configure.in by autoheader. */
2 2
3/* 3/*
4 * needed for auto configuration 4 * needed for auto configuration
5 * $Id: config.h.in,v 1.7 2020/12/11 20:09:22 root Exp $ 5 * $Id: config.h.in,v 1.8 2020/12/12 03:54:59 root Exp $
6 */ 6 */
7 7
8/* 8/*
9 * If your system is kinda special 9 * If your system is kinda special
10 */ 10 */
47 * define if your system has mkstemp 47 * define if your system has mkstemp
48 */ 48 */
49#undef HAVE_MKSTEMP 49#undef HAVE_MKSTEMP
50 50
51/* 51/*
52 * Replacement functions.
53 * #define strerror _FP_strerror
54 * #define tempnam _FP_tempnam
55 * if you don't have these functions
56 */
57#undef strerror
58#undef tempnam
59
60/*
61 * your mailing program. full path and the necessary parameters. 52 * your mailing program. full path and the necessary parameters.
62 * the recepient address is added to the command line (with a leading 53 * the recepient address is added to the command line (with a leading
63 * space) without any further options 54 * space) without any further options
64 */ 55 */
65#undef PROG_MAILER 56#undef PROG_MAILER
80 * the article and all its headers are read from stdin 71 * the article and all its headers are read from stdin
81 */ 72 */
82#undef PROG_INEWS 73#undef PROG_INEWS
83 74
84 75
76/* Define to 1 if you have the `chmod' function. */
77#undef HAVE_CHMOD
78
85/* Define to 1 if you have the <errno.h> header file. */ 79/* Define to 1 if you have the <errno.h> header file. */
86#undef HAVE_ERRNO_H 80#undef HAVE_ERRNO_H
87 81
88/* Define to 1 if you have the <fcntl.h> header file. */ 82/* Define to 1 if you have the <fcntl.h> header file. */
89#undef HAVE_FCNTL_H 83#undef HAVE_FCNTL_H
90 84
91/* Define to 1 if you have the `feof_uinlocked' function. */ 85/* Define to 1 if you have the `feof_unlocked' function. */
92#undef HAVE_FEOF_UINLOCKED 86#undef HAVE_FEOF_UNLOCKED
93 87
94/* Define to 1 if you have the `ferror_unlocked' function. */ 88/* Define to 1 if you have the `ferror_unlocked' function. */
95#undef HAVE_FERROR_UNLOCKED 89#undef HAVE_FERROR_UNLOCKED
90
91/* Define to 1 if you have the `flockfile' function. */
92#undef HAVE_FLOCKFILE
96 93
97/* Define to 1 if you have the `getc_unlocked' function. */ 94/* Define to 1 if you have the `getc_unlocked' function. */
98#undef HAVE_GETC_UNLOCKED 95#undef HAVE_GETC_UNLOCKED
99 96
100/* Define to 1 if you have the `gettimeofday' function. */ 97/* Define to 1 if you have the `gettimeofday' function. */
110#undef HAVE_MALLOC_H 107#undef HAVE_MALLOC_H
111 108
112/* Define to 1 if you have the <memory.h> header file. */ 109/* Define to 1 if you have the <memory.h> header file. */
113#undef HAVE_MEMORY_H 110#undef HAVE_MEMORY_H
114 111
115/* Define to 1 if you have the <stdarg.h> header file. */ 112/* Define to 1 if you have the `mkstemp' function. */
116#undef HAVE_STDARG_H 113#undef HAVE_MKSTEMP
117 114
118/* Define to 1 if you have the <stdint.h> header file. */ 115/* Define to 1 if you have the <stdint.h> header file. */
119#undef HAVE_STDINT_H 116#undef HAVE_STDINT_H
120 117
121/* Define to 1 if you have the <stdlib.h> header file. */ 118/* Define to 1 if you have the <stdlib.h> header file. */
134#undef HAVE_SYS_TIME_H 131#undef HAVE_SYS_TIME_H
135 132
136/* Define to 1 if you have the <sys/types.h> header file. */ 133/* Define to 1 if you have the <sys/types.h> header file. */
137#undef HAVE_SYS_TYPES_H 134#undef HAVE_SYS_TYPES_H
138 135
136/* Define to 1 if you have the `tempnam' function. */
137#undef HAVE_TEMPNAM
138
139/* Define to 1 if you have the `umask' function. */
140#undef HAVE_UMASK
141
139/* Define to 1 if you have the <unistd.h> header file. */ 142/* Define to 1 if you have the <unistd.h> header file. */
140#undef HAVE_UNISTD_H 143#undef HAVE_UNISTD_H
141
142/* Define to 1 if you have the <varargs.h> header file. */
143#undef HAVE_VARARGS_H
144 144
145/* Define to the address where bug reports for this package should be sent. */ 145/* Define to the address where bug reports for this package should be sent. */
146#undef PACKAGE_BUGREPORT 146#undef PACKAGE_BUGREPORT
147 147
148/* Define to the full name of this package. */ 148/* Define to the full name of this package. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines