[Debburn-changes] r421 - cdrkit/trunk/include

Eduard Bloch blade at alioth.debian.org
Thu Nov 23 10:26:21 CET 2006


Author: blade
Date: 2006-11-23 10:26:21 +0100 (Thu, 23 Nov 2006)
New Revision: 421

Modified:
   cdrkit/trunk/include/xconfig.h.in
Log:
Fixed the whiteouting and remove some more unused stuff

Modified: cdrkit/trunk/include/xconfig.h.in
===================================================================
--- cdrkit/trunk/include/xconfig.h.in	2006-11-23 09:02:42 UTC (rev 420)
+++ cdrkit/trunk/include/xconfig.h.in	2006-11-23 09:26:21 UTC (rev 421)
@@ -13,7 +13,7 @@
  */
 #define PROTOTYPES 1	/* if Compiler supports ANSI C prototypes */
 #define HAVE_STDARG_H 1	/* to use stdarg.h, else use varargs.h NOTE: SaberC on a Sun has prototypes but no stdarg.h */
-/* #undef HAVE_VARARGS_H */	/* to use use varargs.h NOTE: The free HP-UX C-compiler has stdarg.h but no PROTOTYPES */
+
 #define HAVE_STDLIB_H 1	/* to use general utility defines (malloc(), size_t ...) and general C library prototypes */
 
 #define HAVE_STRING_H 1	/* to get NULL and ANSI C string function prototypes */
@@ -23,26 +23,26 @@
 #define HAVE_GETOPT_H 1	/* to get getopt() prototype from getopt.h instead of unistd.h */
 #define HAVE_LIMITS_H 1	/* to get POSIX numeric limits constants */
 
-/* #undef HAVE_AOUTHDR_H */	/* if aouthdr.h is present. This is a COFF system */
 
+
 #define HAVE_FCNTL_H 1	/* to access, O_XXX constants for open(), otherwise use sys/file.h */
 #define HAVE_SYS_FILE_H 1	/* to use O_XXX constants for open() and flock() defs */
 #define HAVE_INTTYPES_H 1	/* to use UNIX-98 inttypes.h */
 #define HAVE_DIRENT_H 1	/* to use POSIX dirent.h */
-/* #undef HAVE_SYS_DIR_H */	/* to use BSD sys/dir.h */
-/* #undef HAVE_NDIR_H */	/* to use ndir.h */
-/* #undef HAVE_SYS_NDIR_H */	/* to use sys/ndir.h */
+
+
+
 #define HAVE_ALLOCA_H 1	/* if alloca.h exists */
-#define HAVE_MALLOC_H 1	/* if malloc.h exists */
+
 #define HAVE_TERMIOS_H 1	/* to use POSIX termios.h */
 #define HAVE_TERMIO_H 1	/* to use SVR4 termio.h */
 #define HAVE_PWD_H 1	/* if pwd.h exists */
 
-/* #undef HAVE_SYS_ACL_H */	/* to use <sys/acl.h> for ACL definitions */
-/* #undef HAVE_ACLLIB_H */	/* if HP-UX <acllib.h> is present */
-/* #undef HAVE_ACL_LIBACL_H */ /* if Linux <acl/libacl.h> is present */
 
 
+
+
+
 #define HAVE_SYS_TIME_H 1	/* may include sys/time.h for struct timeval */
 #define TIME_WITH_SYS_TIME 1	/* may include both time.h and sys/time.h */
 
@@ -50,74 +50,74 @@
 #define HAVE_UTIME 1		/* to use AT&T utime() and utimbuf */
 #define HAVE_UTIMES 1		/* to use BSD utimes() and sys/time.h */
 
-/* #undef HAVE_LUTIMES */		/* to use BSD lutimes() and sys/time.h */
+
 #define HAVE_UTIME_H 1		/* to use utime.h for the utimbuf structure declaration, else declare struct utimbuf yourself */
-/* #undef HAVE_SYS_UTIME_H */		/* to use sys/utime.h if utime.h does not exist */
+
 #define HAVE_SYS_IOCTL_H 1		/* if sys/ioctl.h is present */
-/* #undef HAVE_SYS_FILIO_H */		/* if sys/ioctl.h is present */
+
 #define HAVE_SYS_PARAM_H 1		/* if sys/param.h is present */
 
-/* #undef HAVE_SYS_MNTENT_H */	/* if sys/mntent.h is present */
-/* #undef HAVE_SYS_MNTTAB_H */	/* if sys/mnttab.h is present */
 
+
+
 /* to use wait.h for prototypes and union wait */
 #cmakedefine HAVE_WAIT_H
 /* else use sys/wait.h */
 #cmakedefine define HAVE_SYS_WAIT_H
 #define HAVE_SYS_RESOURCE_H 1	/* to use sys/resource.h for rlimit() and wait3() */
-/* #undef HAVE_PROCFS_H */		/* to use procfs.h instead of sys/procfs.h (Solaris forces profcs-2) */
 
-/* #undef HAVE_SYS_SYSTEMINFO_H */	/* to use SVr4 sysinfo() */
+
+
 #define HAVE_SYS_UTSNAME_H 1	/* to use uname() */
-/* #undef HAVE_SYS_PRIOCNTL_H */	/* to use SVr4 priocntl() instead of nice()/setpriority() */
-/* #undef HAVE_SYS_RTPRIOCNTL_H */	/* if the system supports SVr4 real time classes */
 
+
+
 #define HAVE_SYS_MTIO_H 1		/* to use mtio definitions from sys/mtio.h */
-/* #undef HAVE_SYS_TAPE_H */		/* to use mtio definitions from AIX sys/tape.h */
+
 #define HAVE_SYS_MMAN_H 1		/* to use definitions for mmap()/madvise()... from sys/mman.h */
 
 
-/* #undef MAJOR_IN_MKDEV */		/* if we should include sys/mkdev.h to get major()/minor()/makedev() */
+
 #define MAJOR_IN_SYSMACROS 1	/* if we should include sys/sysmacros.h to get major()/minor()/makedev() */
 #cmakedefine HAVE_SYS_DKIO_H
-/* #undef HAVE_SYS_DKLABEL_H */	/* if we may include sys/dklabel.h for disk label */
-/* #undef HAVE_SUN_DKIO_H */		/* if we may include sun/dkio.h for disk ioctls */
-/* #undef HAVE_SUN_DKLABEL_H */	/* if we may include sun/dklabel.h for disk label */
 
 
-/* #undef HAVE_TYPES_H */		/* if we may include types.h (rare cases e.g. ATARI TOS) */
-/* #undef HAVE_STAT_H */		/* if we may include stat.h (rare cases e.g. ATARI TOS) */
+
+
+
+
+
 #define HAVE_POLL_H 1		/* if we may include poll.h to use poll() */
 #define HAVE_SYS_POLL_H 1		/* if we may include sys/poll.h to use poll() */
 
-/* #undef NEED_SYS_SELECT_H */	/* if we need sys/select.h to use select() (this is nonstandard) */
+
 #define HAVE_NETDB_H 1		/* if we have netdb.h for get*by*() and rcmd() */
 #define HAVE_SYS_SOCKET_H 1	/* if we have sys/socket.h for socket() */
-/* #undef NEED_SYS_SOCKET_H */	/* if we need sys/socket.h to use select() (this is nonstandard) */
+
 #define HAVE_LINUX_PG_H 1		/* if we may include linux/pg.h for PP ATAPI sypport */
-/* #undef HAVE_CAMLIB_H */		/* if we may include camlib.h for CAM SCSI transport definitions */
-/* #undef HAVE_IEEEFP_H */		/* if we may include ieeefp.h for finite()/isnand() */
-/* #undef HAVE_FP_H */		/* if we may include fp.h for FINITE()/IS_INF()/IS_NAN() */
 
 
-/* #undef HAVE__FILBUF */		/* if we have _filbuf() for USG derived STDIO */
-/* #undef HAVE___FILBUF */		/* if we have __filbuf() for USG derived STDIO */
-/* #undef HAVE_USG_STDIO */		/* if we have USG derived STDIO */
+
+
+
+
+
+
 #define HAVE_ERRNO_DEF 1		/* if we have errno definition in <errno.h> */
-/* #undef HAVE_VFORK_H */		/* if we should include vfork.h for vfork() definitions */
+
 #define HAVE_ARPA_INET_H 1		/* if we have arpa/inet.h (missing on BeOS) */
 				/* BeOS has inet_ntoa() in <netdb.h> */
-/* #undef HAVE_BSD_DEV_SCSIREG_H */	/* if we have a NeXT Step compatible sg driver */
-/* #undef HAVE_SYS_BSDTTY_H */	/* if we have sys/bsdtty.h on HP-UX for TIOCGPGRP */
-/* #undef HAVE_OS_H */		/* if we have the BeOS kernel definitions in OS.h */
-/* #undef HAVE_EXT2FS_EXT2_FS_H */	/* if we have the Linux moving target ext2fs/ext2_fs.h */
-/* #undef HAVE_ATTR_XATTR_H */	/* if we have the Linux Extended File Attr definitions in attr/xattr.h */
 
 
 
 
 
 
+
+
+
+
+
 /*
  * Convert to SCHILY name
  */
@@ -127,13 +127,13 @@
 #	endif
 #endif
 
-
-
+#ifdef	HAVE_ELF_H
+#define	HAVE_ELF			/* This system uses ELF */
 #else
 #	ifdef	HAVE_AOUTHDR_H
 #	define	HAVE_COFF		/* This system uses COFF */
 #	else
-
+#		ifdef HAVE_A_OUT_H
 #		define HAVE_AOUT	/* This system uses AOUT */
 #		endif
 #	endif
@@ -143,10 +143,10 @@
  * Library Functions
  */
 #define HAVE_ACCESS 1		/* access() is present in libc */
-/* #undef HAVE_EACCESS */		/* eaccess() is present in libc */
 
-/* #undef HAVE_ACCESS_E_OK */		/* access() implements E_OK (010) for effective UIDs */
 
+
+
 #define HAVE_STRERROR 1		/* strerror() is present in libc */
 #define HAVE_MEMMOVE 1		/* memmove() is present in libc */
 
@@ -154,15 +154,15 @@
 #cmakedefine HAVE_MLOCKALL
 	/* working mlockall() is present in libc */
 
-/* #undef _MMAP_WITH_SIZEP */		/* mmap() needs address of size parameter */
+
 #define HAVE_FLOCK 1		/* *BSD flock() is present in libc */
 
 
 
-/* #undef HAVE_FDOPENDIR */		/* fdopendir() is present in libc */
 
 
-/* #undef HAVE_QUOTAIOCTL */		/* use ioctl(f, Q_QUOTACTL, &q) instead of quotactl() */
+
+
 #define HAVE_SETREUID 1		/* setreuid() is present in libc */
 
 #define HAVE_SETEUID 1		/* seteuid() is present in libc */
@@ -175,12 +175,12 @@
 
 
 
-/* #undef HAVE_BSD_GETPGRP */		/* getpgrp() in libc is BSD-4.2 compliant */
-/* #undef HAVE_BSD_SETPGRP */		/* setpgrp() in libc is BSD-4.2 compliant */
 
-/* #undef HAVE_GETSPWNAM */		/* getspwnam() in libsec.a (HP-UX) */
 
 
+
+
+
 #define HAVE_TCGETATTR 1		/* tcgetattr() is present in libc */
 #define HAVE_TCSETATTR 1		/* tcsetattr() is present in libc */
 
@@ -204,16 +204,16 @@
 #define HAVE_SELECT 1		/* select() is present in libc */
 
 
-/* #undef HAVE_LCHMOD */		/* lchmod() is present in libc */
 
 
+
 #define HAVE_LCHOWN 1		/* lchown() is present in libc */
 
 #define HAVE_SBRK 1		/* sbrk() is present in libc */
 #define HAVE_VA_COPY 1		/* va_copy() is present in varargs.h/stdarg.h */
 
-/* #undef HAVE_DTOA */		/* BSD-4.4 __dtoa() is present in libc */
-/* #undef HAVE_DTOA_R */		/* BSD-4.4 __dtoa() with result ptr (reentrant) */
+
+
 #define HAVE_DUP2 1		/* dup2() is present in libc */
 #define HAVE_GETCWD 1		/* POSIX getcwd() is present in libc */
 #define HAVE_SMMAP 1		/* may map anonymous memory to get shared mem */
@@ -233,11 +233,11 @@
 #define HAVE_GCVT 1		/* gcvt() is present in libc */
 
 
-/* #undef HAVE_GCVT_R */		/* gcvt_r() is present in libc */
-/* #undef HAVE_ECONVERT */		/* econvert() is present in libc */
-/* #undef HAVE_FCONVERT */		/* fconvert() is present in libc */
-/* #undef HAVE_GCONVERT */		/* gconvert() is present in libc */
 
+
+
+
+
 /* isinf() is present in libc */
 #cmakedefine HAVE_ISINF
 #define HAVE_ISNAN 1		/* isnan() is present in libc or libm */
@@ -245,20 +245,20 @@
 #define HAVE_DRAND48 1		/* drand48() is present in libc */
 #define HAVE_SETPRIORITY 1		/* setpriority() is present in libc */
 #define HAVE_NICE 1		/* nice() is present in libc */
-/* #undef HAVE_DOSSETPRIORITY */	/* DosSetPriority() is present in libc */
-/* #undef HAVE_DOSALLOCSHAREDMEM */	/* DosAllocSharedMem() is present in libc */
 
 
 
+
+
 #define HAVE_UNAME 1		/* uname() is present in libc */
 #define HAVE_SNPRINTF 1		/* snprintf() is present in libc */
 #define HAVE_STRCASECMP 1		/* strcasecmp() is present in libc */
 #define HAVE_STRDUP 1		/* strdup() is present in libc */
 
-/* #undef HAVE_STR2SIG */		/* str2sig() is present in libc */
-/* #undef HAVE_SIG2STR */		/* sig2str() is present in libc */
 
 
+
+
 #define HAVE_SIGPROCMASK 1		/* sigprocmask() is present in libc (POSIX) */
 
 #define HAVE_SIGSET 1		/* sigset() is present in libc (POSIX) */
@@ -274,32 +274,32 @@
 
 #define HAVE_ALLOCA 1		/* alloca() is present (else use malloc())*/
 #define HAVE_VALLOC 1		/* valloc() is present in libc (else use malloc())*/
-/* #undef vfork */
 
-/* #undef HAVE_CHFLAGS */		/* chflags() is present in libc */
-/* #undef HAVE_FCHFLAGS */		/* fchflags() is present in libc */
-/* #undef HAVE_FFLAGSTOSTR */		/* fflagstostr() is present in libc */
-/* #undef HAVE_STRTOFFLAGS */		/* strtofflags() is present in libc */
 
 
 
+
+
+
+
+
 /*
  * OS madness
  */
 
 
-/* #undef HAVE_BROKEN_SCSI_SCSI_H */		/* whether <scsi/scsi.h> is broken */
-/* #undef HAVE_BROKEN_SRC_SCSI_SCSI_H */	/* whether /usr/src/linux/include/scsi/scsi.h is broken */
-/* #undef HAVE_BROKEN_SCSI_SG_H */		/* whether <scsi/sg.h> is broken */
-/* #undef HAVE_BROKEN_SRC_SCSI_SG_H */	/* whether /usr/src/linux/include/scsi/sg.h is broken */
 
+
+
+
+
 /*
  * Linux Extended File Attributes
  */
-/* #undef HAVE_GETXATTR */		/* getxattr()				*/
-/* #undef HAVE_SETXATTR */		/* setxattr()				*/
-/* #undef HAVE_LISTXATTR */		/* listxattr()				*/
 
+
+
+
 /*
  * Important:	This must be a result from a check _before_ the Large File test
  *		has been run. It then tells us whether these functions are
@@ -310,9 +310,9 @@
  *	Instead use the tests AC_SMALL_FSEEKO/AC_SMALL/STELLO and make sure
  *	they are placed before the large file tests.
  */
-/* #undef HAVE_FSEEKO */		/* fseeko() is present in default compile mode */
-/* #undef HAVE_FTELLO */		/* ftello() is present in default compile mode */
 
+
+
 #define HAVE_RCMD 1		/* rcmd() is present in libc/libsocket */
 #define HAVE_SOCKET 1		/* socket() is present in libc/libsocket */
 #define HAVE_SOCKETPAIR 1		/* socketpair() is present in libc/libsocket */
@@ -323,7 +323,7 @@
 /* getnameinfo() is present in libc/libsocket */
 #cmakedefine define HAVE_GETNAMEINFO
 
-
+#if	defined(HAVE_QUOTACTL) || defined(HAVE_QUOTAIOCTL)
 #	define HAVE_QUOTA	/* The system inludes quota */
 #endif
 
@@ -332,38 +332,38 @@
  * libc that includes the functions but the includes files are not visible
  * from the BSD compile environment.
  */
-
+#if	defined(HAVE_SHMAT) && defined(HAVE_SYS_SHM_H) && defined(HAVE_SYS_IPC_H)
 #	define	HAVE_USGSHM	/* USG shared memory is present */
 #endif
-
+#if	defined(HAVE_SEMGET) && defined(HAVE_SYS_SHM_H) && defined(HAVE_SYS_IPC_H)
 #	define	HAVE_USGSEM	/* USG semaphores are present */
 #endif
 
-
-
+#if	defined(HAVE_GETPGRP) && !defined(HAVE_BSD_GETPGRP)
+#define	HAVE_POSIX_GETPGRP 1	/* getpgrp() in libc is POSIX compliant */
 #endif
-
-
+#if	defined(HAVE_SETPGRP) && !defined(HAVE_BSD_SETPGRP)
+#define	HAVE_POSIX_SETPGRP 1	/* setpgrp() in libc is POSIX compliant */
 #endif
 
 /*
  * Structures
  */
 #define HAVE_MTGET_TYPE 1		/* if struct mtget contains mt_type (drive type) */
-/* #undef HAVE_MTGET_MODEL */		/* if struct mtget contains mt_model (drive type) */
+
 #define HAVE_MTGET_DSREG 1		/* if struct mtget contains mt_dsreg (drive status) */
-/* #undef HAVE_MTGET_DSREG1 */	/* if struct mtget contains mt_dsreg1 (drive status msb) */
-/* #undef HAVE_MTGET_DSREG2 */	/* if struct mtget contains mt_dsreg2 (drive status lsb) */
 
+
+
 #define HAVE_MTGET_ERREG 1		/* if struct mtget contains mt_erreg (error register) */
 #define HAVE_MTGET_RESID 1		/* if struct mtget contains mt_resid (residual count) */
 #define HAVE_MTGET_FILENO 1	/* if struct mtget contains mt_fileno (file #) */
 #define HAVE_MTGET_BLKNO 1		/* if struct mtget contains mt_blkno (block #) */
-/* #undef HAVE_MTGET_FLAGS */		/* if struct mtget contains mt_flags (flags) */
-/* #undef HAVE_MTGET_BF */		/* if struct mtget contains mt_bf (optimum blocking factor) */
 
-/* #undef HAVE_SI_UTIME */		/* if struct siginfo contains si_utime */
-/* #undef HAVE_UNION_SEMUN */		/* have an illegal definition for union semun in sys/sem.h */
+
+
+
+
 /* have union wait in wait.h */
 #cmakedefine HAVE_UNION_WAIT
 /*
@@ -372,19 +372,19 @@
  * illegal structure usage. For this reason, your code needs to have
  * #ifdef HAVE_ST__TIM before #ifdef HAVE_ST_NSEC.
  */
-/* #undef HAVE_ST_SPARE1 */		/* if struct stat contains st_spare1 (usecs) */
-/* #undef HAVE_ST_ATIMENSEC */	/* if struct stat contains st_atimensec (nanosecs) */
+
+
 #define HAVE_ST_NSEC 1		/* if struct stat contains st_atim.tv_nsec (nanosecs) */
-/* #undef HAVE_ST__TIM */		/* if struct stat contains st_atim.st__tim.tv_nsec (nanosecs) */
-/* #undef HAVE_ST_ATIMESPEC */	/* if struct stat contains st_atimespec.tv_nsec (nanosecs) */
 
 
-/* #undef HAVE_ST_FSTYPE */		/* if struct stat contains st_fstype */
-/* #undef HAVE_ST_ACLCNT */		/* if struct stat contains st_aclcnt */
+
+
+
+
 #define HAVE_ST_RDEV 1		/* if struct stat contains st_rdev */
-/* #undef HAVE_ST_FLAGS */		/* if struct stat contains st_flags */
-/* #undef STAT_MACROS_BROKEN */	/* if the macros S_ISDIR, S_ISREG .. don't work */
 
+
+
 #define DEV_MINOR_BITS 32		/* # if bits needed to hold minor device number */
 #define DEV_MINOR_NONCONTIG 1	/* if bits in minor device number are noncontiguous */
 
@@ -419,28 +419,28 @@
 
 #define HAVE_LONGLONG 1		/* Compiler defines long long type */
 
-/* #undef const */			/* Define to empty if const doesn't work */
-/* #undef uid_t */			/* To be used if uid_t is not present  */
-/* #undef gid_t */			/* To be used if gid_t is not present  */
-/* #undef size_t */			/* To be used if size_t is not present */
-/* #undef ssize_t */			/* To be used if ssize_t is not present */
-/* #undef pid_t */			/* To be used if pid_t is not present  */
-/* #undef off_t */			/* To be used if off_t is not present  */
-/* #undef mode_t */			/* To be used if mode_t is not present */
-/* #undef time_t */			/* To be used if time_t is not present */
-/* #undef caddr_t */			/* To be used if caddr_t is not present */
-/* #undef daddr_t */			/* To be used if daddr_t is not present */
-/* #undef dev_t */			/* To be used if dev_t is not present */
-/* #undef ino_t */			/* To be used if ino_t is not present */
-/* #undef nlink_t */			/* To be used if nlink_t is not present */
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 /* @HAVE_NATIVE_BLKSIZE_T@ */
-/* #undef blkcnt_t */			/* To be used if blkcnt_t is not present */
+
 /*
  * Important:	Next Step needs time.h for clock_t (because of a bug)
  */
-/* #undef clock_t */			/* To be used if clock_t is not present */
-/* #undef socklen_t */		/* To be used if socklen_t is not present */
 
+
+
 /*
  * These types are present on all UNIX systems but should be avoided
  * for portability.
@@ -448,13 +448,13 @@
  *
  * Better include <utypes.h> and use Uchar, Uint & Ulong
  */
-/* #undef u_char */			/* To be used if u_char is not present	*/
-/* #undef u_short */			/* To be used if u_short is not present	*/
-/* #undef u_int */			/* To be used if u_int is not present	*/
-/* #undef u_long */			/* To be used if u_long is not present	*/
 
-/*#undef HAVE_SIZE_T*/
-/*#undef NO_SIZE_T*/
+
+
+
+
+
+
 /* 
  * Critical on some of Debian architectures (EB) */
 /* #define VA_LIST_IS_ARRAY 1		*/
@@ -481,7 +481,7 @@
 #define _FILE_OFFSET_BITS 64
 #define _LARGEFILE_SOURCE 1	/* To make ftello() visible (HP-UX 10.20). */
 #define _LARGE_FILES 1 	/* Large file defined on AIX-style hosts.  */
-/* #undef _XOPEN_SOURCE */		/* To make ftello() visible (glibc 2.1.3). */
+
 				/* XXX We don't use this because glibc2.1.3*/
 				/* XXX is bad anyway. If we define	   */
 				/* XXX _XOPEN_SOURCE we will loose caddr_t */
@@ -492,14 +492,14 @@
 /*
  * POSIX ACL support
  */
-/* #undef HAVE_ACL_GET_FILE */	/* acl_get_file() function */
-/* #undef HAVE_ACL_SET_FILE */	/* acl_set_file() function */
-/* #undef HAVE_ACL_FROM_TEXT */	/* acl_from_text() function */
-/* #undef HAVE_ACL_TO_TEXT */		/* acl_to_text() function */
-/* #undef HAVE_ACL_FREE */		/* acl_free() function */
-/* #undef HAVE_ACL_DELETE_DEF_FILE */	/* acl_delete_def_file() function */
-/* #undef HAVE_ACL_EXTENDED_FILE */	/* acl_extended_file() function (Linux only)*/
 
+
+
+
+
+
+
+
 #if defined(HAVE_ACL_GET_FILE) && defined(HAVE_ACL_SET_FILE) && \
     defined(HAVE_ACL_FROM_TEXT) && defined(HAVE_ACL_TO_TEXT) && \
     defined(HAVE_ACL_FREE)
@@ -510,11 +510,11 @@
  * Sun ACL support.
  * Note: unfortunately, HP-UX has an (undocumented) acl() function in libc.
  */
-/* #undef HAVE_ACL */			/* acl() function */
-/* #undef HAVE_FACL */		/* facl() function */
-/* #undef HAVE_ACLFROMTEXT */		/* aclfromtext() function */
-/* #undef HAVE_ACLTOTEXT */		/* acltotext() function */
 
+
+
+
+
 #if defined(HAVE_ACL) && defined(HAVE_FACL) && \
     defined(HAVE_ACLFROMTEXT) && defined(HAVE_ACLTOTEXT)
 #	define	HAVE_SUN_ACL	1 /* Sun ACL's present */
@@ -524,18 +524,18 @@
  * HP-UX ACL support.
  * Note: unfortunately, HP-UX has an (undocumented) acl() function in libc.
  */
-/* #undef HAVE_GETACL */		/* getacl() function */
-/* #undef HAVE_FGETACL */		/* fgetacl() function */
-/* #undef HAVE_SETACL */		/* setacl() function */
-/* #undef HAVE_FSETACL */		/* fsetacl() function */
-/* #undef HAVE_STRTOACL */		/* strtoacl() function */
-/* #undef HAVE_ACLTOSTR */		/* acltostr() function */
-/* #undef HAVE_CPACL */		/* cpacl() function */
-/* #undef HAVE_FCPACL */		/* fcpacl() function */
 
-/* #undef HAVE_SETACLENTRY */		/* setaclentry() function */
-/* #undef HAVE_FSETACLENTRY */	/* fsetaclentry() function */
 
+
+
+
+
+
+
+
+
+
+
 #if defined(HAVE_GETACL) && defined(HAVE_FGETACL) && \
     defined(HAVE_SETACL) && defined(HAVE_FSETACL) && \
     defined(HAVE_STRTOACL) && defined(HAVE_ACLTOTEXT)
@@ -556,7 +556,7 @@
 /*
  * Misc CC / LD related stuff
  */
-/* #undef NO_USER_MALLOC */		/* If we cannot define our own malloc()	*/
+
 #define HAVE_DYN_ARRAYS 1		/* If the compiler allows dynamic sized arrays */
 
 #define HOST_SYSTEM "@CMAKE_SYSTEM_NAME@"




More information about the Debburn-changes mailing list