]> git.pld-linux.org Git - packages/cdrtools.git/blame - cdrtools-ac250.patch
- updated to 2.01a28
[packages/cdrtools.git] / cdrtools-ac250.patch
CommitLineData
61a3939f 1diff -urN cdrtools-1.11.org/conf/xconfig.h.in cdrtools-1.11/conf/xconfig.h.in
3f55bee7
AM
2--- cdrtools-1.11.org/conf/xconfig.h.in Sun Aug 25 13:59:44 2002
3+++ cdrtools-1.11/conf/xconfig.h.in Sun Aug 25 14:05:52 2002
61a3939f 4@@ -1,4 +1,4 @@
3f55bee7 5-/* @(#)xconfig.h.in 1.55 02/08/06 Copyright 1998 J. Schilling */
61a3939f
AM
6+
7 /*
8 * Dynamic autoconf C-include code.
9 *
3f55bee7 10@@ -8,98 +8,98 @@
61a3939f
AM
11 /*
12 * Header Files
13 */
14-#undef PROTOTYPES /* if Compiler supports ANSI C prototypes */
15-#undef HAVE_STDARG_H /* to use stdarg.h, else use varargs.h NOTE: SaberC on a Sun has prototypes but no stdarg.h */
16-#undef HAVE_VARARGS_H /* to use use varargs.h NOTE: The free HP-UX C-compiler has stdarg.h but no PROTOTYPES */
17-#undef HAVE_STDLIB_H /* to use general utility defines (malloc(), size_t ...) and general C library prototypes */
3f55bee7 18-#undef HAVE_STDDEF_H /* to use offsetof(), ptrdiff_t, wchar>t, size_t */
61a3939f
AM
19-#undef HAVE_STRING_H /* to get NULL and ANSI C string function prototypes */
20-#undef HAVE_STRINGS_H /* to get BSD string function prototypes */
21-#undef STDC_HEADERS /* if ANSI compliant stdlib.h, stdarg.h, string.h, float.h are present */
22-#undef HAVE_UNISTD_H /* to get POSIX syscall prototypes XXX sys/file.h fcntl.h (unixstd/fctl)XXX*/
23-#undef HAVE_GETOPT_H /* to get getopt() prototype from getopt.h instead of unistd.h */
24-#undef HAVE_LIMITS_H /* to get POSIX numeric limits constants */
25-#undef HAVE_A_OUT_H /* if a.out.h is present (may be a system using a.out format) */
26-#undef HAVE_AOUTHDR_H /* if aouthdr.h is present. This is a COFF system */
27-#undef HAVE_ELF_H /* if elf.h is present. This is an ELF system */
28-#undef HAVE_FCNTL_H /* to access, O_XXX constants for open(), otherwise use sys/file.h */
29-#undef HAVE_SYS_FILE_H /* to use O_XXX constants for open() and flock() defs */
30-#undef HAVE_INTTYPES_H /* to use UNIX-98 inttypes.h */
31-#undef HAVE_DIRENT_H /* to use POSIX dirent.h */
32-#undef HAVE_SYS_DIR_H /* to use BSD sys/dir.h */
33-#undef HAVE_NDIR_H /* to use ndir.h */
34-#undef HAVE_SYS_NDIR_H /* to use sys/ndir.h */
35-#undef HAVE_ALLOCA_H /* if alloca.h exists */
36-#undef HAVE_MALLOC_H /* if malloc.h exists */
37-#undef HAVE_TERMIOS_H /* to use POSIX termios.h */
38-#undef HAVE_TERMIO_H /* to use SVR4 termio.h */
39-#undef HAVE_PWD_H /* if pwd.h exists */
40-#undef HAVE_GRP_H /* if grp.h exists */
41-#undef HAVE_SYS_ACL_H /* to use <sys/acl.h> for ACL definitions */
42-#undef HAVE_ACLLIB_H /* if HP-UX <acllib.h> is present */
43-#undef HAVE_SHADOW_H /* if shadow.h exists */
44-#undef HAVE_SYSLOG_H /* if syslog.h exists */
45-#undef HAVE_SYS_TIME_H /* may include sys/time.h for struct timeval */
46-#undef TIME_WITH_SYS_TIME /* may include both time.h and sys/time.h */
47-#undef HAVE_TIMES /* to use times() and sys/times.h */
48-#undef HAVE_SYS_TIMES_H /* may include sys/times.h for struct tms */
49-#undef HAVE_UTIMES /* to use BSD utimes() and sys/time.h */
50-#undef HAVE_UTIME_H /* to use utime.h for the utimbuf structure declaration, else declare struct utimbuf yourself */
51-#undef HAVE_SYS_UTIME_H /* to use sys/utime.h if utime.h does not exist */
52-#undef HAVE_SYS_IOCTL_H /* if sys/ioctl.h is present */
53-#undef HAVE_SYS_FILIO_H /* if sys/ioctl.h is present */
54-#undef HAVE_SYS_PARAM_H /* if sys/param.h is present */
55-#undef HAVE_MNTENT_H /* if mntent.h is present */
56-#undef HAVE_SYS_MNTENT_H /* if sys/mntent.h is present */
57-#undef HAVE_SYS_MNTTAB_H /* if sys/mnttab.h is present */
58-#undef HAVE_SYS_MOUNT_H /* if sys/mount.h is present */
59-#undef HAVE_WAIT_H /* to use wait.h for prototypes and union wait */
60-#undef HAVE_SYS_WAIT_H /* else use sys/wait.h */
61-#undef HAVE_SYS_RESOURCE_H /* to use sys/resource.h for rlimit() and wait3() */
62-#undef HAVE_SYS_PROCFS_H /* to use sys/procfs.h for wait3() emulation */
63-#undef HAVE_SYS_SYSTEMINFO_H /* to use SVr4 sysinfo() */
64-#undef HAVE_SYS_UTSNAME_H /* to use uname() */
65-#undef HAVE_SYS_PRIOCNTL_H /* to use SVr4 priocntl() instead of nice()/setpriority() */
66-#undef HAVE_SYS_RTPRIOCNTL_H /* if the system supports SVr4 real time classes */
67-#undef HAVE_SYS_SYSCALL_H /* to use syscall() */
68-#undef HAVE_SYS_MTIO_H /* to use mtio definitions from sys/mtio.h */
3f55bee7 69-#undef HAVE_SYS_TAPE_H /* to use mtio definitions from AIX sys/tape.h */
61a3939f
AM
70-#undef HAVE_SYS_MMAN_H /* to use definitions for mmap()/madvise()... from sys/mman.h */
71-#undef HAVE_SYS_SHM_H /* to use definitions for shmget() ... from sys/shm.h */
72-#undef HAVE_SYS_IPC_H /* to use definitions for shmget() ... from sys/ipc.h */
73-#undef MAJOR_IN_MKDEV /* if we should include sys/mkdev.h to get major()/minor()/makedev() */
74-#undef MAJOR_IN_SYSMACROS /* if we should include sys/sysmacros.h to get major()/minor()/makedev() */
75-#undef HAVE_SYS_DKIO_H /* if we may include sys/dkio.h for disk ioctls */
76-#undef HAVE_SYS_DKLABEL_H /* if we may include sys/dklabel.h for disk label */
77-#undef HAVE_SUN_DKIO_H /* if we may include sun/dkio.h for disk ioctls */
78-#undef HAVE_SUN_DKLABEL_H /* if we may include sun/dklabel.h for disk label */
79-#undef HAVE_SYS_TYPES_H /* if we may include sys/types.h (the standard) */
80-#undef HAVE_SYS_STAT_H /* if we may include sys/stat.h (the standard) */
81-#undef HAVE_TYPES_H /* if we may include types.h (rare cases e.g. ATARI TOS) */
82-#undef HAVE_STAT_H /* if we may include stat.h (rare cases e.g. ATARI TOS) */
83-#undef HAVE_POLL_H /* if we may include poll.h to use poll() */
84-#undef HAVE_SYS_POLL_H /* if we may include sys/poll.h to use poll() */
85-#undef HAVE_SYS_SELECT_H /* if we may have sys/select.h nonstandard use for select() on some systems*/
86-#undef NEED_SYS_SELECT_H /* if we need sys/select.h to use select() (this is nonstandard) */
87-#undef HAVE_NETDB_H /* if we have netdb.h for get*by*() and rcmd() */
88-#undef HAVE_SYS_SOCKET_H /* if we have sys/socket.h for socket() */
89-#undef NEED_SYS_SOCKET_H /* if we need sys/socket.h to use select() (this is nonstandard) */
90-#undef HAVE_LINUX_PG_H /* if we may include linux/pg.h for PP ATAPI sypport */
91-#undef HAVE_CAMLIB_H /* if we may include camlib.h for CAM SCSI transport definitions */
92-#undef HAVE_IEEEFP_H /* if we may include ieeefp.h for finite()/isnand() */
93-#undef HAVE_FP_H /* if we may include fp.h for FINITE()/IS_INF()/IS_NAN() */
94-#undef HAVE_VALUES_H /* if we may include values.h for MAXFLOAT */
95-#undef HAVE_FLOAT_H /* if we may include float.h for FLT_MAX */
96-#undef HAVE__FILBUF /* if we have _filbuf() for USG derived STDIO */
97-#undef HAVE___FILBUF /* if we have __filbuf() for USG derived STDIO */
98-#undef HAVE_USG_STDIO /* if we have USG derived STDIO */
99-#undef HAVE_ERRNO_DEF /* if we have errno definition in <errno.h> */
100-#undef HAVE_VFORK_H /* if we should include vfork.h for vfork() definitions */
101-#undef HAVE_ARPA_INET_H /* if we have arpa/inet.h (missing on BeOS) */
102- /* BeOS has inet_ntoa() in <netdb.h> */
103-#undef HAVE_BSD_DEV_SCSIREG_H /* if we have a NeXT Step compatible sg driver */
104-#undef HAVE_SYS_BSDTTY_H /* if we have sys/bsdtty.h on HP-UX for TIOCGPGRP */
105-#undef HAVE_OS_H /* if we have the BeOS kernel definitions in OS.h */
106+#undef PROTOTYPES
107+#undef HAVE_STDARG_H
108+#undef HAVE_VARARGS_H
109+#undef HAVE_STDLIB_H
3f55bee7 110+#undef HAVE_STDDEF_H
61a3939f
AM
111+#undef HAVE_STRING_H
112+#undef HAVE_STRINGS_H
113+#undef STDC_HEADERS
114+#undef HAVE_UNISTD_H
115+#undef HAVE_GETOPT_H
116+#undef HAVE_LIMITS_H
117+#undef HAVE_A_OUT_H
118+#undef HAVE_AOUTHDR_H
119+#undef HAVE_ELF_H
120+#undef HAVE_FCNTL_H
121+#undef HAVE_SYS_FILE_H
122+#undef HAVE_INTTYPES_H
123+#undef HAVE_DIRENT_H
124+#undef HAVE_SYS_DIR_H
125+#undef HAVE_NDIR_H
126+#undef HAVE_SYS_NDIR_H
127+#undef HAVE_ALLOCA_H
128+#undef HAVE_MALLOC_H
129+#undef HAVE_TERMIOS_H
130+#undef HAVE_TERMIO_H
131+#undef HAVE_PWD_H
132+#undef HAVE_GRP_H
133+#undef HAVE_SYS_ACL_H
134+#undef HAVE_ACLLIB_H
135+#undef HAVE_SHADOW_H
136+#undef HAVE_SYSLOG_H
137+#undef HAVE_SYS_TIME_H
138+#undef TIME_WITH_SYS_TIME
139+#undef HAVE_TIMES
140+#undef HAVE_SYS_TIMES_H
141+#undef HAVE_UTIMES
142+#undef HAVE_UTIME_H
143+#undef HAVE_SYS_UTIME_H
144+#undef HAVE_SYS_IOCTL_H
145+#undef HAVE_SYS_FILIO_H
146+#undef HAVE_SYS_PARAM_H
147+#undef HAVE_MNTENT_H
148+#undef HAVE_SYS_MNTENT_H
149+#undef HAVE_SYS_MNTTAB_H
150+#undef HAVE_SYS_MOUNT_H
151+#undef HAVE_WAIT_H
152+#undef HAVE_SYS_WAIT_H
153+#undef HAVE_SYS_RESOURCE_H
154+#undef HAVE_SYS_PROCFS_H
155+#undef HAVE_SYS_SYSTEMINFO_H
156+#undef HAVE_SYS_UTSNAME_H
157+#undef HAVE_SYS_PRIOCNTL_H
158+#undef HAVE_SYS_RTPRIOCNTL_H
159+#undef HAVE_SYS_SYSCALL_H
160+#undef HAVE_SYS_MTIO_H
3f55bee7 161+#undef HAVE_SYS_TAPE_H
61a3939f
AM
162+#undef HAVE_SYS_MMAN_H
163+#undef HAVE_SYS_SHM_H
164+#undef HAVE_SYS_IPC_H
165+#undef MAJOR_IN_MKDEV
166+#undef MAJOR_IN_SYSMACROS
167+#undef HAVE_SYS_DKIO_H
168+#undef HAVE_SYS_DKLABEL_H
169+#undef HAVE_SUN_DKIO_H
170+#undef HAVE_SUN_DKLABEL_H
171+#undef HAVE_SYS_TYPES_H
172+#undef HAVE_SYS_STAT_H
173+#undef HAVE_TYPES_H
174+#undef HAVE_STAT_H
175+#undef HAVE_POLL_H
176+#undef HAVE_SYS_POLL_H
177+#undef HAVE_SYS_SELECT_H
178+#undef NEED_SYS_SELECT_H
179+#undef HAVE_NETDB_H
180+#undef HAVE_SYS_SOCKET_H
181+#undef NEED_SYS_SOCKET_H
182+#undef HAVE_LINUX_PG_H
183+#undef HAVE_CAMLIB_H
184+#undef HAVE_IEEEFP_H
185+#undef HAVE_FP_H
186+#undef HAVE_VALUES_H
187+#undef HAVE_FLOAT_H
188+#undef HAVE__FILBUF
189+#undef HAVE___FILBUF
190+#undef HAVE_USG_STDIO
191+#undef HAVE_ERRNO_DEF
192+#undef HAVE_VFORK_H
193+#undef HAVE_ARPA_INET_H
194+
195+#undef HAVE_BSD_DEV_SCSIREG_H
196+#undef HAVE_SYS_BSDTTY_H
197+#undef HAVE_OS_H
198
199 /*
200 * Convert to SCHILY name
3f55bee7 201@@ -111,13 +111,13 @@
61a3939f
AM
202 #endif
203
204 #ifdef HAVE_ELF_H
205-#define HAVE_ELF /* This system uses ELF */
206+#define HAVE_ELF
207 #else
208 # ifdef HAVE_AOUTHDR_H
209-# define HAVE_COFF /* This system uses COFF */
210+# define HAVE_COFF
211 # else
212 # ifdef HAVE_A_OUT_H
213-# define HAVE_AOUT /* This system uses AOUT */
214+# define HAVE_AOUT
215 # endif
216 # endif
217 #endif
3f55bee7 218@@ -125,126 +125,126 @@
61a3939f
AM
219 /*
220 * Library Functions
221 */
222-#undef HAVE_STRERROR /* strerror() is present in libc */
223-#undef HAVE_MEMMOVE /* memmove() is present in libc */
224-#undef HAVE_MADVISE /* madvise() is present in libc */
225-#undef HAVE_MLOCK /* mlock() is present in libc */
226-#undef HAVE_MLOCKALL /* working mlockall() is present in libc */
227-#undef HAVE_MMAP /* working mmap() is present in libc */
228-#undef _MMAP_WITH_SIZEP /* mmap() needs address of size parameter */
229-#undef HAVE_FLOCK /* *BSD flock() is present in libc */
230-#undef HAVE_LOCKF /* lockf() is present in libc (XOPEN) */
231-#undef HAVE_FCNTL_LOCKF /* file locking via fcntl() is present in libc */
232-#undef HAVE_FCHDIR /* fchdir() is present in libc */
233-#undef HAVE_STATVFS /* statvfs() is present in libc */
234-#undef HAVE_QUOTACTL /* quotactl() is present in libc */
235-#undef HAVE_QUOTAIOCTL /* use ioctl(f, Q_QUOTACTL, &q) instead of quotactl() */
236-#undef HAVE_SETREUID /* setreuid() is present in libc */
237-#undef HAVE_SETRESUID /* setresuid() is present in libc */
238-#undef HAVE_SETEUID /* seteuid() is present in libc */
239-#undef HAVE_SETUID /* setuid() is present in libc */
240-#undef HAVE_SETREGID /* setregid() is present in libc */
241-#undef HAVE_SETRESGID /* setresgid() is present in libc */
242-#undef HAVE_SETEGID /* setegid() is present in libc */
243-#undef HAVE_SETGID /* setgid() is present in libc */
244-#undef HAVE_GETPGID /* getpgid() is present in libc (POSIX) */
245-#undef HAVE_SETPGID /* setpgid() is present in libc (POSIX) */
246-#undef HAVE_GETPGRP /* getpgrp() is present in libc (ANY) */
247-#undef HAVE_SETPGRP /* setpgrp() is present in libc (ANY) */
248-#undef HAVE_BSD_GETPGRP /* getpgrp() in libc is BSD-4.2 compliant */
249-#undef HAVE_BSD_SETPGRP /* setpgrp() in libc is BSD-4.2 compliant */
250-#undef HAVE_GETSPNAM /* getspnam() in libc (SVR4 compliant) */
251-#undef HAVE_GETSPWNAM /* getspwnam() in libsec.a (HP-UX) */
252-#undef HAVE_SYNC /* sync() is present in libc */
253-#undef HAVE_FSYNC /* fsync() is present in libc */
254-#undef HAVE_WAIT3 /* working wait3() is present in libc */
255-#undef HAVE_WAIT4 /* wait4() is present in libc */
256-#undef HAVE_WAITID /* waitid() is present in libc */
257-#undef HAVE_WAITPID /* waitpid() is present in libc */
258-#undef HAVE_GETHOSTID /* gethostid() is present in libc */
259-#undef HAVE_GETHOSTNAME /* gethostname() is present in libc */
260-#undef HAVE_GETDOMAINNAME /* getdomainname() is present in libc */
261-#undef HAVE_GETPAGESIZE /* getpagesize() is present in libc */
262-#undef HAVE_GETDTABLESIZE /* getdtablesize() is present in libc */
263-#undef HAVE_GETRUSAGE /* getrusage() is present in libc */
264-#undef HAVE_GETRLIMIT /* getrlimit() is present in libc */
265-#undef HAVE_SETRLIMIT /* setrlimit() is present in libc */
266-#undef HAVE_ULIMIT /* ulimit() is present in libc */
267-#undef HAVE_GETTIMEOFDAY /* gettimeofday() is present in libc */
268-#undef HAVE_SETTIMEOFDAY /* settimeofday() is present in libc */
269-#undef HAVE_TIME /* time() is present in libc */
270-#undef HAVE_STIME /* stime() is present in libc */
271-#undef HAVE_POLL /* poll() is present in libc */
272-#undef HAVE_SELECT /* select() is present in libc */
3f55bee7 273-#undef HAVE_CHOWN /* chown() is present in libc */
61a3939f
AM
274-#undef HAVE_LCHOWN /* lchown() is present in libc */
275-#undef HAVE_BRK /* brk() is present in libc */
276-#undef HAVE_SBRK /* sbrk() is present in libc */
277-#undef HAVE_VA_COPY /* va_copy() is present in varargs.h/stdarg.h */
278-#undef HAVE__VA_COPY /* __va_copy() is present in varargs.h/stdarg.h */
279-#undef HAVE_DTOA /* BSD-4.4 __dtoa() is present in libc */
280-#undef HAVE_DTOA_R /* BSD-4.4 __dtoa() with result ptr (reentrant) */
281-#undef HAVE_GETCWD /* POSIX getcwd() is present in libc */
282-#undef HAVE_SMMAP /* may map anonymous memory to get shared mem */
283-#undef HAVE_SHMAT /* shmat() is present in libc */
284-#undef HAVE_SEMGET /* semget() is present in libc */
285-#undef HAVE_LSTAT /* lstat() is present in libc */
286-#undef HAVE_READLINK /* readlink() is present in libc */
3f55bee7 287-#undef HAVE_SYMLINK /* symlink() is present in libc */
61a3939f
AM
288-#undef HAVE_LINK /* link() is present in libc */
289-#undef HAVE_RENAME /* rename() is present in libc */
290-#undef HAVE_MKFIFO /* mkfifo() is present in libc */
291-#undef HAVE_MKNOD /* mknod() is present in libc */
292-#undef HAVE_ECVT /* ecvt() is present in libc */
293-#undef HAVE_FCVT /* fcvt() is present in libc */
294-#undef HAVE_GCVT /* gcvt() is present in libc */
295-#undef HAVE_ECVT_R /* ecvt_r() is present in libc */
296-#undef HAVE_FCVT_R /* fcvt_r() is present in libc */
297-#undef HAVE_GCVT_R /* gcvt_r() is present in libc */
298-#undef HAVE_ECONVERT /* econvert() is present in libc */
299-#undef HAVE_FCONVERT /* fconvert() is present in libc */
300-#undef HAVE_GCONVERT /* gconvert() is present in libc */
301-#undef HAVE_ISINF /* isinf() is present in libc */
302-#undef HAVE_ISNAN /* isnan() is present in libc */
303-#undef HAVE_RAND /* rand() is present in libc */
304-#undef HAVE_DRAND48 /* drand48() is present in libc */
305-#undef HAVE_SETPRIORITY /* setpriority() is present in libc */
306-#undef HAVE_NICE /* nice() is present in libc */
307-#undef HAVE_DOSSETPRIORITY /* DosSetPriority() is present in libc */
308-#undef HAVE_DOSALLOCSHAREDMEM /* DosAllocSharedMem() is present in libc */
309-#undef HAVE_SEEKDIR /* seekdir() is present in libc */
310-#undef HAVE_PUTENV /* putenv() is present in libc (preferred function) */
311-#undef HAVE_SETENV /* setenv() is present in libc (use instead of putenv()) */
312-#undef HAVE_UNAME /* uname() is present in libc */
313-#undef HAVE_SNPRINTF /* snprintf() is present in libc */
314-#undef HAVE_STRCASECMP /* strcasecmp() is present in libc */
315-#undef HAVE_STRDUP /* strdup() is present in libc */
316-#undef HAVE_STRSIGNAL /* strsignal() is present in libc */
317-#undef HAVE_STR2SIG /* str2sig() is present in libc */
318-#undef HAVE_SIG2STR /* sig2str() is present in libc */
319-#undef HAVE_KILLPG /* killpg() is present in libc */
320-#undef HAVE_SIGRELSE /* sigrelse() is present in libc */
321-#undef HAVE_SIGPROCMASK /* sigprocmask() is present in libc (POSIX) */
322-#undef HAVE_SIGSETMASK /* sigsetmask() is present in libc (BSD) */
323-#undef HAVE_SIGSET /* sigset() is present in libc (POSIX) */
324-#undef HAVE_SYS_SIGLIST /* char *sys_siglist[] is present in libc */
325-#undef HAVE_NANOSLEEP /* nanosleep() is present in libc */
326-#undef HAVE_USLEEP /* usleep() is present in libc */
327-#undef HAVE_FORK /* fork() is present in libc */
328-#undef HAVE_EXECL /* execl() is present in libc */
329-#undef HAVE_EXECLE /* execle() is present in libc */
3f55bee7 330-#undef HAVE_EXECLP /* execlp() is present in libc */
61a3939f
AM
331-#undef HAVE_EXECV /* execv() is present in libc */
332-#undef HAVE_EXECVE /* execve() is present in libc */
333-#undef HAVE_EXECVP /* execvp() is present in libc */
334-#undef HAVE_ALLOCA /* alloca() is present (else use malloc())*/
335-#undef HAVE_VALLOC /* valloc() is present in libc (else use malloc())*/
336+#undef HAVE_STRERROR
337+#undef HAVE_MEMMOVE
338+#undef HAVE_MADVISE
339+#undef HAVE_MLOCK
340+#undef HAVE_MLOCKALL
341+#undef HAVE_MMAP
342+#undef _MMAP_WITH_SIZEP
343+#undef HAVE_FLOCK
344+#undef HAVE_LOCKF
345+#undef HAVE_FCNTL_LOCKF
346+#undef HAVE_FCHDIR
347+#undef HAVE_STATVFS
348+#undef HAVE_QUOTACTL
349+#undef HAVE_QUOTAIOCTL
350+#undef HAVE_SETREUID
351+#undef HAVE_SETRESUID
352+#undef HAVE_SETEUID
353+#undef HAVE_SETUID
354+#undef HAVE_SETREGID
355+#undef HAVE_SETRESGID
356+#undef HAVE_SETEGID
357+#undef HAVE_SETGID
358+#undef HAVE_GETPGID
359+#undef HAVE_SETPGID
360+#undef HAVE_GETPGRP
361+#undef HAVE_SETPGRP
362+#undef HAVE_BSD_GETPGRP
363+#undef HAVE_BSD_SETPGRP
364+#undef HAVE_GETSPNAM
365+#undef HAVE_GETSPWNAM
366+#undef HAVE_SYNC
367+#undef HAVE_FSYNC
368+#undef HAVE_WAIT3
369+#undef HAVE_WAIT4
370+#undef HAVE_WAITID
371+#undef HAVE_WAITPID
372+#undef HAVE_GETHOSTID
373+#undef HAVE_GETHOSTNAME
374+#undef HAVE_GETDOMAINNAME
375+#undef HAVE_GETPAGESIZE
376+#undef HAVE_GETDTABLESIZE
377+#undef HAVE_GETRUSAGE
378+#undef HAVE_GETRLIMIT
379+#undef HAVE_SETRLIMIT
380+#undef HAVE_ULIMIT
381+#undef HAVE_GETTIMEOFDAY
382+#undef HAVE_SETTIMEOFDAY
383+#undef HAVE_TIME
384+#undef HAVE_STIME
385+#undef HAVE_POLL
386+#undef HAVE_SELECT
3f55bee7 387+#undef HAVE_CHOWN
61a3939f
AM
388+#undef HAVE_LCHOWN
389+#undef HAVE_BRK
390+#undef HAVE_SBRK
391+#undef HAVE_VA_COPY
392+#undef HAVE__VA_COPY
393+#undef HAVE_DTOA
394+#undef HAVE_DTOA_R
395+#undef HAVE_GETCWD
396+#undef HAVE_SMMAP
397+#undef HAVE_SHMAT
398+#undef HAVE_SEMGET
399+#undef HAVE_LSTAT
400+#undef HAVE_READLINK
3f55bee7 401+#undef HAVE_SYMLINK
61a3939f
AM
402+#undef HAVE_LINK
403+#undef HAVE_RENAME
404+#undef HAVE_MKFIFO
405+#undef HAVE_MKNOD
406+#undef HAVE_ECVT
407+#undef HAVE_FCVT
408+#undef HAVE_GCVT
409+#undef HAVE_ECVT_R
410+#undef HAVE_FCVT_R
411+#undef HAVE_GCVT_R
412+#undef HAVE_ECONVERT
413+#undef HAVE_FCONVERT
414+#undef HAVE_GCONVERT
415+#undef HAVE_ISINF
416+#undef HAVE_ISNAN
417+#undef HAVE_RAND
418+#undef HAVE_DRAND48
419+#undef HAVE_SETPRIORITY
420+#undef HAVE_NICE
421+#undef HAVE_DOSSETPRIORITY
422+#undef HAVE_DOSALLOCSHAREDMEM
423+#undef HAVE_SEEKDIR
424+#undef HAVE_PUTENV
425+#undef HAVE_SETENV
426+#undef HAVE_UNAME
427+#undef HAVE_SNPRINTF
428+#undef HAVE_STRCASECMP
429+#undef HAVE_STRDUP
430+#undef HAVE_STRSIGNAL
431+#undef HAVE_STR2SIG
432+#undef HAVE_SIG2STR
433+#undef HAVE_KILLPG
434+#undef HAVE_SIGRELSE
435+#undef HAVE_SIGPROCMASK
436+#undef HAVE_SIGSETMASK
437+#undef HAVE_SIGSET
438+#undef HAVE_SYS_SIGLIST
439+#undef HAVE_NANOSLEEP
440+#undef HAVE_USLEEP
441+#undef HAVE_FORK
442+#undef HAVE_EXECL
443+#undef HAVE_EXECLE
3f55bee7 444+#undef HAVE_EXECLP
61a3939f
AM
445+#undef HAVE_EXECV
446+#undef HAVE_EXECVE
447+#undef HAVE_EXECVP
448+#undef HAVE_ALLOCA
449+#undef HAVE_VALLOC
450 #undef vfork
451
452-#undef HAVE_CHFLAGS /* chflags() is present in libc */
453-#undef HAVE_FCHFLAGS /* fchflags() is present in libc */
454-#undef HAVE_FFLAGSTOSTR /* fflagstostr() is present in libc */
455-#undef HAVE_STRTOFFLAGS /* strtofflags() is present in libc */
456+#undef HAVE_CHFLAGS
457+#undef HAVE_FCHFLAGS
458+#undef HAVE_FFLAGSTOSTR
459+#undef HAVE_STRTOFFLAGS
4ac6d9e0 460
61a3939f
AM
461 /*
462 * Important: This must be a result from a check _before_ the Large File test
3f55bee7 463@@ -256,14 +256,14 @@
61a3939f
AM
464 * Instead use the tests AC_SMALL_FSEEKO/AC_SMALL/STELLO and make sure
465 * they are placed before the large file tests.
466 */
467-#undef HAVE_FSEEKO /* fseeko() is present in default compile mode */
468-#undef HAVE_FTELLO /* ftello() is present in default compile mode */
469+#undef HAVE_FSEEKO
470+#undef HAVE_FTELLO
4ac6d9e0 471
61a3939f
AM
472-#undef HAVE_RCMD /* rcmd() is present in libc/libsocket */
473-#undef HAVE_INET_NTOA /* inet_ntoa() is present in libc/libsocket */
474+#undef HAVE_RCMD
475+#undef HAVE_INET_NTOA
4ac6d9e0 476
61a3939f
AM
477 #if defined(HAVE_QUOTACTL) || defined(HAVE_QUOTAIOCTL)
478-# define HAVE_QUOTA /* The system inludes quota */
479+# define HAVE_QUOTA
480 #endif
4ac6d9e0 481
61a3939f 482 /*
3f55bee7 483@@ -272,56 +272,56 @@
61a3939f
AM
484 * from the BSD compile environment.
485 */
486 #if defined(HAVE_SHMAT) && defined(HAVE_SYS_SHM_H) && defined(HAVE_SYS_IPC_H)
487-# define HAVE_USGSHM /* USG shared memory is present */
488+# define HAVE_USGSHM
489 #endif
490 #if defined(HAVE_SEMGET) && defined(HAVE_SYS_SHM_H) && defined(HAVE_SYS_IPC_H)
491-# define HAVE_USGSEM /* USG semaphores are present */
492+# define HAVE_USGSEM
493 #endif
4ac6d9e0 494
61a3939f
AM
495 #if defined(HAVE_GETPGRP) && !defined(HAVE_BSD_GETPGRP)
496-#define HAVE_POSIX_GETPGRP 1 /* getpgrp() in libc is POSIX compliant */
497+#define HAVE_POSIX_GETPGRP 1
498 #endif
499 #if defined(HAVE_SETPGRP) && !defined(HAVE_BSD_SETPGRP)
500-#define HAVE_POSIX_SETPGRP 1 /* setpgrp() in libc is POSIX compliant */
501+#define HAVE_POSIX_SETPGRP 1
502 #endif
4ac6d9e0 503
61a3939f
AM
504 /*
505 * Structures
506 */
507-#undef HAVE_MTGET_TYPE /* if struct mtget contains mt_type (drive type) */
3f55bee7 508-#undef HAVE_MTGET_MODEL /* if struct mtget contains mt_model (drive type) */
61a3939f 509-#undef HAVE_MTGET_DSREG /* if struct mtget contains mt_dsreg (drive status) */
3f55bee7
AM
510-#undef HAVE_MTGET_DSREG1 /* if struct mtget contains mt_dsreg1 (drive status msb) */
511-#undef HAVE_MTGET_DSREG2 /* if struct mtget contains mt_dsreg2 (drive status lsb) */
512-#undef HAVE_MTGET_GSTAT /* if struct mtget contains mt_gstat (generic status) */
61a3939f
AM
513-#undef HAVE_MTGET_ERREG /* if struct mtget contains mt_erreg (error register) */
514-#undef HAVE_MTGET_RESID /* if struct mtget contains mt_resid (residual count) */
515-#undef HAVE_MTGET_FILENO /* if struct mtget contains mt_fileno (file #) */
516-#undef HAVE_MTGET_BLKNO /* if struct mtget contains mt_blkno (block #) */
517-#undef HAVE_MTGET_FLAGS /* if struct mtget contains mt_flags (flags) */
518-#undef HAVE_MTGET_BF /* if struct mtget contains mt_bf (optimum blocking factor) */
519-#undef HAVE_STRUCT_RUSAGE /* have struct rusage in sys/resource.h */
520-#undef HAVE_UNION_SEMUN /* have an illegal definition for union semun in sys/sem.h */
521-#undef HAVE_UNION_WAIT /* have union wait in wait.h */
522-#undef HAVE_ST_SPARE1 /* if struct stat contains st_spare1 (usecs) */
523-#undef HAVE_ST_NSEC /* if struct stat contains st_atim.st_nsec (nanosecs */
524-#undef HAVE_ST_BLKSIZE /* if struct stat contains st_blksize */
525-#undef HAVE_ST_BLOCKS /* if struct stat contains st_blocks */
526-#undef HAVE_ST_RDEV /* if struct stat contains st_rdev */
527-#undef HAVE_ST_FLAGS /* if struct stat contains st_flags */
528-#undef STAT_MACROS_BROKEN /* if the macros S_ISDIR, S_ISREG .. don't work */
529+#undef HAVE_MTGET_TYPE
3f55bee7 530+#undef HAVE_MTGET_MODEL
61a3939f 531+#undef HAVE_MTGET_DSREG
3f55bee7
AM
532+#undef HAVE_MTGET_DSREG1
533+#undef HAVE_MTGET_DSREG2
534+#undef HAVE_MTGET_GSTAT
61a3939f
AM
535+#undef HAVE_MTGET_ERREG
536+#undef HAVE_MTGET_RESID
537+#undef HAVE_MTGET_FILENO
538+#undef HAVE_MTGET_BLKNO
539+#undef HAVE_MTGET_FLAGS
540+#undef HAVE_MTGET_BF
541+#undef HAVE_STRUCT_RUSAGE
542+#undef HAVE_UNION_SEMUN
543+#undef HAVE_UNION_WAIT
544+#undef HAVE_ST_SPARE1
545+#undef HAVE_ST_NSEC
546+#undef HAVE_ST_BLKSIZE
547+#undef HAVE_ST_BLOCKS
548+#undef HAVE_ST_RDEV
549+#undef HAVE_ST_FLAGS
550+#undef STAT_MACROS_BROKEN
4ac6d9e0 551
61a3939f
AM
552-#undef DEV_MINOR_BITS /* # if bits needed to hold minor device number */
553-#undef DEV_MINOR_NONCONTIG /* if bits in minor device number are noncontiguous */
554+#undef DEV_MINOR_BITS
555+#undef DEV_MINOR_NONCONTIG
4ac6d9e0 556
4ac6d9e0 557
61a3939f
AM
558 /*
559 * Byteorder/Bitorder
560 */
561-#define HAVE_C_BIGENDIAN /* Flag that WORDS_BIGENDIAN test was done */
562-#undef WORDS_BIGENDIAN /* If using network byte order */
563-#define HAVE_C_BITFIELDS /* Flag that BITFIELDS_HTOL test was done */
564-#undef BITFIELDS_HTOL /* If high bits come first in structures */
565+#define HAVE_C_BIGENDIAN
566+#undef WORDS_BIGENDIAN
567+#define HAVE_C_BITFIELDS
568+#undef BITFIELDS_HTOL
4ac6d9e0 569
61a3939f
AM
570 /*
571 * Types/Keywords
3f55bee7 572@@ -339,24 +339,24 @@
61a3939f
AM
573 #undef SIZEOF_UNSIGNED_LONG_LONG
574 #undef SIZEOF_UNSIGNED_CHAR_P
4ac6d9e0 575
61a3939f
AM
576-#undef HAVE_LONGLONG /* Compiler defines long long type */
577-#undef CHAR_IS_UNSIGNED /* Compiler defines char to be unsigned */
578+#undef HAVE_LONGLONG
579+#undef CHAR_IS_UNSIGNED
4ac6d9e0 580
61a3939f
AM
581-#undef const /* Define to empty if const doesn't work */
582-#undef uid_t /* To be used if uid_t is not present */
583-#undef gid_t /* To be used if gid_t is not present */
584-#undef size_t /* To be used if size_t is not present */
585-#undef ssize_t /* To be used if ssize_t is not present */
586-#undef pid_t /* To be used if pid_t is not present */
587-#undef off_t /* To be used if off_t is not present */
588-#undef mode_t /* To be used if mode_t is not present */
589-#undef time_t /* To be used if time_t is not present */
590-#undef caddr_t /* To be used if caddr_t is not present */
591-#undef daddr_t /* To be used if daddr_t is not present */
592-#undef dev_t /* To be used if dev_t is not present */
593-#undef ino_t /* To be used if ino_t is not present */
594-#undef nlink_t /* To be used if nlink_t is not present */
595-#undef socklen_t /* To be used if socklen_t is not present */
596+#undef const
597+#undef uid_t
598+#undef gid_t
599+#undef size_t
600+#undef ssize_t
601+#undef pid_t
602+#undef off_t
603+#undef mode_t
604+#undef time_t
605+#undef caddr_t
606+#undef daddr_t
607+#undef dev_t
608+#undef ino_t
609+#undef nlink_t
610+#undef socklen_t
4ac6d9e0 611
61a3939f
AM
612 /*
613 * These types are present on all UNIX systems but should be avoided
3f55bee7 614@@ -365,14 +365,14 @@
61a3939f
AM
615 *
616 * Better include <utypes.h> and use Uchar, Uint & Ulong
617 */
618-#undef u_char /* To be used if u_char is not present */
619-#undef u_short /* To be used if u_short is not present */
620-#undef u_int /* To be used if u_int is not present */
621-#undef u_long /* To be used if u_long is not present */
622-
623-/*#undef HAVE_SIZE_T*/
624-/*#undef NO_SIZE_T*/
625-#undef VA_LIST_IS_ARRAY /* va_list is an array */
626+#undef u_char
627+#undef u_short
628+#undef u_int
629+#undef u_long
630+
631+
632+
633+#undef VA_LIST_IS_ARRAY
634 #undef GETGROUPS_T
635 #define GID_T GETGROUPS_T
4ac6d9e0 636
3f55bee7 637@@ -388,74 +388,74 @@
4ac6d9e0 638
61a3939f 639 #undef HAVE_LARGEFILES
4ac6d9e0 640
61a3939f
AM
641-#ifdef HAVE_LARGEFILES /* If we have working largefiles at all */
642- /* This is not defined with glibc-2.1.3 */
643+#ifdef HAVE_LARGEFILES
644+
4ac6d9e0 645
61a3939f
AM
646-#undef _FILE_OFFSET_BITS /* # of bits in off_t if settable */
647-#undef _LARGEFILE_SOURCE /* To make ftello() visible (HP-UX 10.20). */
648-#undef _LARGE_FILES /* Large file defined on AIX-style hosts. */
649-#undef _XOPEN_SOURCE /* To make ftello() visible (glibc 2.1.3). */
650- /* XXX We don't use this because glibc2.1.3*/
651- /* XXX is bad anyway. If we define */
652- /* XXX _XOPEN_SOURCE we will loose caddr_t */
653+#undef _FILE_OFFSET_BITS
654+#undef _LARGEFILE_SOURCE
655+#undef _LARGE_FILES
656+#undef _XOPEN_SOURCE
657+
658+
659+
4ac6d9e0 660
61a3939f
AM
661-#undef HAVE_FSEEKO /* Do we need this? If HAVE_LARGEFILES is */
662- /* defined, we have fseeko() */
663+#undef HAVE_FSEEKO
664+
4ac6d9e0 665
61a3939f
AM
666-#endif /* HAVE_LARGEFILES */
667-#endif /* USE_LARGEFILES */
668+#endif
669+#endif
4ac6d9e0 670
61a3939f
AM
671-#ifdef USE_ACL /* Enable/disable ACL support */
672+#ifdef USE_ACL
673 /*
674 * POSIX ACL support
675 */
676-#undef HAVE_ACL_GET_FILE /* acl_get_file() function */
677-#undef HAVE_ACL_SET_FILE /* acl_set_file() function */
678-#undef HAVE_ACL_FROM_TEXT /* acl_from_text() function */
679-#undef HAVE_ACL_TO_TEXT /* acl_to_text() function */
680-#undef HAVE_ACL_FREE /* acl_free() function */
681-#undef HAVE_ACL_DELETE_DEF_FILE /* acl_delete_def_file() function */
682+#undef HAVE_ACL_GET_FILE
683+#undef HAVE_ACL_SET_FILE
684+#undef HAVE_ACL_FROM_TEXT
685+#undef HAVE_ACL_TO_TEXT
686+#undef HAVE_ACL_FREE
687+#undef HAVE_ACL_DELETE_DEF_FILE
4ac6d9e0 688
61a3939f
AM
689 #if defined(HAVE_ACL_GET_FILE) && defined(HAVE_ACL_SET_FILE) && \
690 defined(HAVE_ACL_FROM_TEXT) && defined(HAVE_ACL_TO_TEXT) && \
691 defined(HAVE_ACL_FREE)
692-# define HAVE_POSIX_ACL 1 /* POSIX ACL's present */
693+# define HAVE_POSIX_ACL 1
694 #endif
4ac6d9e0 695
61a3939f
AM
696 /*
697 * Sun ACL support.
698 * Note: unfortunately, HP-UX has an (undocumented) acl() function in libc.
699 */
700-#undef HAVE_ACL /* acl() function */
701-#undef HAVE_FACL /* facl() function */
702-#undef HAVE_ACLFROMTEXT /* aclfromtext() function */
703-#undef HAVE_ACLTOTEXT /* acltotext() function */
704+#undef HAVE_ACL
705+#undef HAVE_FACL
706+#undef HAVE_ACLFROMTEXT
707+#undef HAVE_ACLTOTEXT
4ac6d9e0 708
61a3939f
AM
709 #if defined(HAVE_ACL) && defined(HAVE_FACL) && \
710 defined(HAVE_ACLFROMTEXT) && defined(HAVE_ACLTOTEXT)
711-# define HAVE_SUN_ACL 1 /* Sun ACL's present */
712+# define HAVE_SUN_ACL 1
713 #endif
4ac6d9e0 714
61a3939f
AM
715 /*
716 * HP-UX ACL support.
717 * Note: unfortunately, HP-UX has an (undocumented) acl() function in libc.
718 */
719-#undef HAVE_GETACL /* getacl() function */
720-#undef HAVE_FGETACL /* fgetacl() function */
721-#undef HAVE_SETACL /* setacl() function */
722-#undef HAVE_FSETACL /* fsetacl() function */
723-#undef HAVE_STRTOACL /* strtoacl() function */
724-#undef HAVE_ACLTOSTR /* acltostr() function */
725-#undef HAVE_CPACL /* cpacl() function */
726-#undef HAVE_FCPACL /* fcpacl() function */
727-#undef HAVE_CHOWNACL /* chownacl() function */
728-#undef HAVE_SETACLENTRY /* setaclentry() function */
729-#undef HAVE_FSETACLENTRY /* fsetaclentry() function */
730+#undef HAVE_GETACL
731+#undef HAVE_FGETACL
732+#undef HAVE_SETACL
733+#undef HAVE_FSETACL
734+#undef HAVE_STRTOACL
735+#undef HAVE_ACLTOSTR
736+#undef HAVE_CPACL
737+#undef HAVE_FCPACL
738+#undef HAVE_CHOWNACL
739+#undef HAVE_SETACLENTRY
740+#undef HAVE_FSETACLENTRY
4ac6d9e0 741
61a3939f
AM
742 #if defined(HAVE_GETACL) && defined(HAVE_FGETACL) && \
743 defined(HAVE_SETACL) && defined(HAVE_FSETACL) && \
744 defined(HAVE_STRTOACL) && defined(HAVE_ACLTOTEXT)
745-# define HAVE_HP_ACL 1 /* HP-UX ACL's present */
746+# define HAVE_HP_ACL 1
747 #endif
4ac6d9e0 748
61a3939f 749 /*
3f55bee7 750@@ -464,25 +464,25 @@
61a3939f
AM
751 * included in HAVE_ANY_ACL.
752 */
753 #if defined(HAVE_POSIX_ACL) || defined(HAVE_SUN_ACL)
754-# define HAVE_ANY_ACL 1 /* Any ACL implementation present */
755+# define HAVE_ANY_ACL 1
756 #endif
4ac6d9e0 757
61a3939f
AM
758-#endif /* USE_ACL */
759+#endif
4ac6d9e0 760
61a3939f
AM
761 /*
762 * Misc CC / LD related stuff
763 */
764-#undef NO_USER_MALLOC /* If we cannot define our own malloc() */
765-#undef HAVE_DYN_ARRAYS /* If the compiler allows dynamic sized arrays */
766+#undef NO_USER_MALLOC
767+#undef HAVE_DYN_ARRAYS
4ac6d9e0 768
61a3939f
AM
769 /*
770 * Strings that help to maintain OS/platform id's in C-programs
771 */
772-#undef HOST_ALIAS /* Output from config.guess (orig) */
773-#undef HOST_SUB /* Output from config.sub (modified) */
774-#undef HOST_CPU /* CPU part from HOST_SUB */
775-#undef HOST_VENDOR /* VENDOR part from HOST_SUB */
776-#undef HOST_OS /* CPU part from HOST_SUB */
777+#undef HOST_ALIAS
778+#undef HOST_SUB
779+#undef HOST_CPU
780+#undef HOST_VENDOR
781+#undef HOST_OS
782
783
784 /*
This page took 0.207959 seconds and 4 git commands to generate.