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.8 by root, Sat Dec 12 03:54:59 2020 UTC vs.
Revision 1.9 by root, Sat Sep 24 06:22:47 2022 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.8 2020/12/12 03:54:59 root Exp $ 5 * $Id: config.h.in,v 1.9 2022/09/24 06:22:47 root Exp $
6 */ 6 */
7 7
8/* 8/*
9 * If your system is kinda special 9 * If your system is kinda special
10 */ 10 */
74 74
75 75
76/* Define to 1 if you have the `chmod' function. */ 76/* Define to 1 if you have the `chmod' function. */
77#undef HAVE_CHMOD 77#undef HAVE_CHMOD
78 78
79/* Define to 1 if you have the <errno.h> header file. */
80#undef HAVE_ERRNO_H
81
82/* Define to 1 if you have the <fcntl.h> header file. */ 79/* Define to 1 if you have the <fcntl.h> header file. */
83#undef HAVE_FCNTL_H 80#undef HAVE_FCNTL_H
84 81
85/* Define to 1 if you have the `feof_unlocked' function. */ 82/* Define to 1 if you have the `feof_unlocked' function. */
86#undef HAVE_FEOF_UNLOCKED 83#undef HAVE_FEOF_UNLOCKED
101#undef HAVE_INTTYPES_H 98#undef HAVE_INTTYPES_H
102 99
103/* Define to 1 if you have the <io.h> header file. */ 100/* Define to 1 if you have the <io.h> header file. */
104#undef HAVE_IO_H 101#undef HAVE_IO_H
105 102
106/* Define to 1 if you have the <malloc.h> header file. */
107#undef HAVE_MALLOC_H
108
109/* Define to 1 if you have the <memory.h> header file. */
110#undef HAVE_MEMORY_H
111
112/* Define to 1 if you have the `mkstemp' function. */ 103/* Define to 1 if you have the `mkstemp' function. */
113#undef HAVE_MKSTEMP 104#undef HAVE_MKSTEMP
114 105
115/* Define to 1 if you have the <stdint.h> header file. */ 106/* Define to 1 if you have the <stdint.h> header file. */
116#undef HAVE_STDINT_H 107#undef HAVE_STDINT_H
108
109/* Define to 1 if you have the <stdio.h> header file. */
110#undef HAVE_STDIO_H
117 111
118/* Define to 1 if you have the <stdlib.h> header file. */ 112/* Define to 1 if you have the <stdlib.h> header file. */
119#undef HAVE_STDLIB_H 113#undef HAVE_STDLIB_H
120 114
121/* Define to 1 if you have the <strings.h> header file. */ 115/* Define to 1 if you have the <strings.h> header file. */
158#undef PACKAGE_URL 152#undef PACKAGE_URL
159 153
160/* Define to the version of this package. */ 154/* Define to the version of this package. */
161#undef PACKAGE_VERSION 155#undef PACKAGE_VERSION
162 156
163/* Define to 1 if you have the ANSI C header files. */ 157/* Define to 1 if all of the C90 standard headers exist (not just the ones
158 required in a freestanding environment). This macro is provided for
159 backward compatibility; new code need not use it. */
164#undef STDC_HEADERS 160#undef STDC_HEADERS
165 161
166/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 162/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
163 macro is obsolete. */
167#undef TIME_WITH_SYS_TIME 164#undef TIME_WITH_SYS_TIME
168 165
169/* Define to `unsigned int' if <sys/types.h> does not define. */ 166/* Define to `unsigned int' if <sys/types.h> does not define. */
170#undef size_t 167#undef size_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines