Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

4.0.1 compile problem on debian linux?



When I try to compile zsh on a new debian potato box (rather striped down
install, which might be my problem... I had to beat openssh into submission 
over some pam headers earlier... :( ) and I get the following:

gcc  -s -rdynamic -o zsh main.o  `cat stamp-modobjs`   -ldl -lnsl -lm  -lc
init.o: In function `init_term':
init.o(.text+0xc37): undefined reference to `tgetent'
init.o(.text+0xcd8): undefined reference to `tgetstr'
init.o(.text+0xd5c): undefined reference to `tgetflag'
init.o(.text+0xd6e): undefined reference to `tgetnum'
init.o(.text+0xd83): undefined reference to `tgetnum'
prompt.o: In function `tsetcap':
prompt.o(.text+0x148c): undefined reference to `tputs'
prompt.o(.text+0x14cd): undefined reference to `tputs'
prompt.o(.text+0x1506): undefined reference to `tgetnum'
collect2: ld returned 1 exit status
make[1]: *** [zsh] Error 1
make[1]: Leaving directory `/home/jprice/programs/zsh/zsh-4.0.1/Src'
make: *** [all] Error 1

I've attached config.cache config.h config.log config.modules and
config.status.

I'm going to disappear for the weekend, but I'll respond to any querries
for more info on monday.

Jason

-- 
"Friendship is the bridge between lonely and loved, between a glance and a
gaze. It stretches from the fog into sunshine, hopelessness into faith, 
between despair and joy. It crosses the chasm from hell and to heaven, from 
God to man, and from you to me." --Unknown   Jason Price  jprice@xxxxxxxxxx
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/***** begin user configuration section *****/

/* Define this to be the location of your password file */
#define PASSWD_FILE "/etc/passwd"

/* Define this to be the name of your NIS/YP password *
 * map (if applicable)                                */
#define PASSWD_MAP "passwd.byname"

/* Define to 1 if you want user names to be cached */
#define CACHE_USERNAMES 1

/* Define to 1 if system supports job control */
#define JOB_CONTROL 1

/* Define this if you use "suspended" instead of "stopped" */
#define USE_SUSPENDED 1
 
/* The default history buffer size in lines */
#define DEFAULT_HISTSIZE 30

/* The default editor for the fc builtin */
#define DEFAULT_FCEDIT "vi"

/* The default prefix for temporary files */
#define DEFAULT_TMPPREFIX "/tmp/zsh"


/***** end of user configuration section            *****/
/***** shouldn't have to change anything below here *****/

/* Define if using alloca.c.  */
/* #undef C_ALLOCA */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
/* #undef CRAY_STACKSEG_END */

/* Define if the `getpgrp' function takes no argument.  */
#define GETPGRP_VOID 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef gid_t */

/* Define if you have alloca, as a function or macro.  */
#define HAVE_ALLOCA 1

/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
#define HAVE_ALLOCA_H 1

/* Define if you have a working `mmap' system call.  */
#define HAVE_MMAP 1

/* Define if you have the strcoll function and it is properly defined.  */
#define HAVE_STRCOLL 1

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#define HAVE_SYS_WAIT_H 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef mode_t */

/* Define to `long' if <sys/types.h> doesn't define.  */
/* #undef off_t */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
 */
/* #undef STACK_DIRECTION */

/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
/* #undef STAT_MACROS_BROKEN */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef uid_t */

/* The global file to source absolutely first whenever zsh is run; *
 * if undefined, don't source anything                             */
#define GLOBAL_ZSHENV "/etc/zshenv"

/* The global file to source whenever zsh is run; *
 * if undefined, don't source anything            */
#define GLOBAL_ZSHRC "/etc/zshrc"

/* The global file to source whenever zsh is run as a login shell; *
 * if undefined, don't source anything                             */
#define GLOBAL_ZLOGIN "/etc/zlogin"

/* The global file to source whenever zsh is run as a login shell, *
 * before zshrc is read; if undefined, don't source anything       */
#define GLOBAL_ZPROFILE "/etc/zprofile"

/* The global file to source whenever zsh was run as a login shell.  *
 * This is sourced right before exiting.  If undefined, don't source *
 * anything                                                          */
#define GLOBAL_ZLOGOUT "/etc/zlogout"

/* Define to 1 if compiler could initialise a union */
#define HAVE_UNION_INIT 1

/* Define to 1 if compiler incorrectly cast signed to unsigned */
/* #undef BROKEN_SIGNED_TO_UNSIGNED_CASTING */

/* Define to 1 if compiler supports variable-length arrays */
/* #undef HAVE_VARIABLE_LENGTH_ARRAYS */

/* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
#define GWINSZ_IN_SYS_IOCTL 1

/* Define to 1 if you have NIS */
/* #undef HAVE_NIS */

/* Define to 1 if you have NISPLUS */
/* #undef HAVE_NIS_PLUS */

/* Define to 1 if you have RFS superroot directory. */
/* #undef HAVE_SUPERROOT */

/* Define to 1 if you need to use the native getcwd */
/* #undef USE_GETCWD */

/* Define to the path of the /dev/fd filesystem */
#define PATH_DEV_FD "/proc/self/fd"

/* Define if sys/time.h and sys/select.h cannot be both included */
/* #undef TIME_H_SELECT_H_CONFLICTS */

/* Define to be the machine type (microprocessor class or machine model) */
#define MACHTYPE "i586"

/* Define to be the name of the operating system */
#define OSTYPE "linux-gnu"

/* Define to 1 if ANSI function prototypes are usable.  */
#define PROTOTYPES 1

/* Define to be location of utmp file. */
#define PATH_UTMP_FILE "/var/run/utmp"

/* Define to be location of utmpx file. */
/* #undef PATH_UTMPX_FILE */

/* Define to be location of wtmp file. */
#define PATH_WTMP_FILE "/var/log/wtmp"

/* Define to be location of wtmpx file. */
/* #undef PATH_WTMPX_FILE */

/* Define to 1 if struct utmp is defined by a system header */
#define HAVE_STRUCT_UTMP 1

/* Define to 1 if struct utmpx is defined by a system header */
#define HAVE_STRUCT_UTMPX 1

/* Define if your system's struct utmp has a member named ut_host.  */
#define HAVE_STRUCT_UTMP_UT_HOST 1

/* Define if your system's struct utmpx has a member named ut_host.  */
#define HAVE_STRUCT_UTMPX_UT_HOST 1

/* Define if your system's struct utmpx has a member named ut_xtime.  */
/* #undef HAVE_STRUCT_UTMPX_UT_XTIME */

/* Define if your system's struct utmpx has a member named ut_tv.  */
#define HAVE_STRUCT_UTMPX_UT_TV 1

/* Define if your system's struct dirent has a member named d_ino.  */
#define HAVE_STRUCT_DIRENT_D_INO 1

/* Define if your system's struct dirent has a member named d_stat.  */
/* #undef HAVE_STRUCT_DIRENT_D_STAT */

/* Define if your system's struct direct has a member named d_ino.  */
/* #undef HAVE_STRUCT_DIRECT_D_INO */

/* Define if your system's struct direct has a member named d_stat.  */
/* #undef HAVE_STRUCT_DIRECT_D_STAT */

/* Define if your system's struct sockaddr_in6 has a member named sin6_scope_id.  */
/* #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID */

/* Define to be a string corresponding the vendor of the machine */
#define VENDOR "pc"

/* Define to limit job table size */
#define MAXJOB 50
/* #undef NEED_LINUX_TASKS_H */

/* Define if your system defines `struct winsize' in sys/ptem.h.  */
/* #undef WINSIZE_IN_PTEM */

/* Define to 1 if you want to debug zsh */
/* #undef DEBUG */

/* Define to 1 if you want to use zsh's own memory allocation routines */
/* #undef ZSH_MEM */

/* Define to 1 if you want to debug zsh memory allocation routines */
/* #undef ZSH_MEM_DEBUG */

/* Define to 1 if you want to turn on warnings of memory allocation errors */
/* #undef ZSH_MEM_WARNING */

/* Define to 1 if you want to turn on memory checking for free() */
/* #undef ZSH_SECURE_FREE */

/* Define to 1 if you want to get debugging information on internal *
 * hash tables.  This turns on the `hashinfo' builtin.              */
/* #undef ZSH_HASH_DEBUG */

/* Undefine this if you don't want to get a restricted shell *
 * when zsh is exec'd with basename that starts with r.      *
 * By default this is defined.                               */
#define RESTRICTED_R 1

/* Define for Maildir support */
/* #undef MAILDIR_SUPPORT */

/* Define for function depth limits */
/* #undef MAX_FUNCTION_DEPTH */

/* Define if you want locale features.  By default this is defined. */
#define CONFIG_LOCALE 1

/* Define to 1 if your termcap library has the ospeed variable */
/* #undef HAVE_OSPEED */
/* Define to 1 if you have ospeed, but it is not defined in termcap.h */
/* #undef MUST_DEFINE_OSPEED */

/* Define to 1 if tgetent() accepts NULL as a buffer */
/* #undef TGETENT_ACCEPTS_NULL */

/* Define to 1 if you use POSIX style signal handling */
#define POSIX_SIGNALS 1

/* Define to 1 if you use BSD style signal handling (and can block signals) */
/* #undef BSD_SIGNALS */

/* Define to 1 if you use SYS style signal handling (and can block signals) */
/* #undef SYSV_SIGNALS */

/* Define to 1 if you have no signal blocking at all (bummer) */
/* #undef NO_SIGNAL_BLOCKING */

/* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
/* #undef sigset_t */

/* Define to 1 if struct timezone is defined by a system header */
#define HAVE_STRUCT_TIMEZONE 1

/* Define to 1 if there is a prototype defined for brk() on your system */
#define HAVE_BRK_PROTO 1

/* Define to 1 if there is a prototype defined for sbrk() on your system */
#define HAVE_SBRK_PROTO 1

/* Define to 1 if there is a prototype defined for ioctl() on your system */
#define HAVE_IOCTL_PROTO 1

/* Define to 1 if there is a prototype defined for mknod() on your system */
#define HAVE_MKNOD_PROTO 1

/* Define to 1 if select() is defined in <sys/socket.h>, ie BeOS R4.51*/
/* #undef SELECT_IN_SYS_SOCKET_H */

/* Define to 1 if system has working FIFO's */
#define HAVE_FIFOS 1

/* Define to 1 if struct rlimit uses quad_t */
#define RLIM_T_IS_QUAD_T 1

/* Define to 1 if struct rlimit uses long long */
/* #undef RLIM_T_IS_LONG_LONG */

/* Define to 1 if rlimit uses unsigned */
/* #undef RLIM_T_IS_UNSIGNED */

/* Define to the type used in struct rlimit */
/* #undef rlim_t */

/* Define to 1 if /bin/sh does not interpret \ escape sequences */
#define SH_USE_BSD_ECHO 1

/* Define to 1 if system has working link() */
#define HAVE_LINK 1

/* Define to 1 if kill(pid, 0) doesn't return ESRCH, ie BeOS R4.51 */
/* #undef BROKEN_KILL_ESRCH */

/* Define to 1 if sigsuspend() is broken, ie BeOS R4.51 */
/* #undef BROKEN_POSIX_SIGSUSPEND */

/* Define to 1 if getpwnam() is faked, ie BeOS R4.51 */
/* #undef GETPWNAM_FAKED */

/* Define to 1 if tcsetpgrp() doesn't work, ie BeOS R4.51 */
/* #undef BROKEN_TCSETPGRP */

/* Define to 1 if an underscore has to be prepended to dlsym() argument */
/* #undef DLSYM_NEEDS_UNDERSCORE */

/* Define to 1 if multiple modules defining the same symbol are OK */
#define DYNAMIC_NAME_CLASH_OK 1

/* The exension used for dynamically loaded modules */
#define DL_EXT "so"

/* Define to 1 if you want to use dynamically loaded modules */
#define DYNAMIC 1

/* Define to 1 if you want to use dynamically loaded modules on AIX */
/* #undef AIXDYNAMIC */

/* Define to 1 if you want to use dynamically loaded modules on HPUX 10 */
/* #undef HPUXDYNAMIC */

/* Define to `unsigned long' if <sys/types.h> doesn't define. */
/* #undef ino_t */

/*
 * Definitions used when a long is less than eight byte, to try to
 * provide some support for eight byte operations.
 *
 * Note that ZSH_64_BIT_TYPE, OFF_T_IS_64_BIT, INO_T_IS_64_BIT do *not* get
 * defined if long is already 64 bits, since in that case no special handling
 * is required.
 */
/* Define to 1 if long is 64 bits */
/* #undef LONG_IS_64_BIT */

/* Define to a 64 bit integer type if there is one, but long is shorter */
#define ZSH_64_BIT_TYPE long long

/* Define to an unsigned variant of ZSH_64_BIT_TYPE if that is defined */
#define ZSH_64_BIT_UTYPE unsigned long long

/* Define to 1 if off_t is 64 bit (for large file support) */
#define OFF_T_IS_64_BIT 1

/* Define to 1 if ino_t is 64 bit (for large file support) */
/* #undef INO_T_IS_64_BIT */

/* Define to 1 if h_errno is not defined by the system */
/* #undef USE_LOCAL_H_ERRNO */

/* Define if you have the termcap boolcodes symbol.  */
/* #undef HAVE_BOOLCODES */

/* Define if you have the termcap numcodes symbol.  */
/* #undef HAVE_NUMCODES */

/* Define if you have the termcap strcodes symbol.  */
/* #undef HAVE_STRCODES */

/* Define if you have the terminfo boolnames symbol.  */
/* #undef HAVE_BOOLNAMES */

/* Define if you have the terminfo numnames symbol.  */
/* #undef HAVE_NUMNAMES */

/* Define if you have the terminfo strnames symbol.  */
/* #undef HAVE_STRNAMES */

/* Define if term.h chokes without curses.h */
/* #undef TERM_H_NEEDS_CURSES_H */

/* Define if you have the _mktemp function.  */
/* #undef HAVE__MKTEMP */

/* Define if you have the brk function.  */
#define HAVE_BRK 1

/* Define if you have the cap_get_proc function.  */
/* #undef HAVE_CAP_GET_PROC */

/* Define if you have the difftime function.  */
#define HAVE_DIFFTIME 1

/* Define if you have the dlclose function.  */
#define HAVE_DLCLOSE 1

/* Define if you have the dlerror function.  */
#define HAVE_DLERROR 1

/* Define if you have the dlopen function.  */
#define HAVE_DLOPEN 1

/* Define if you have the dlsym function.  */
#define HAVE_DLSYM 1

/* Define if you have the faccessx function.  */
/* #undef HAVE_FACCESSX */

/* Define if you have the fchdir function.  */
#define HAVE_FCHDIR 1

/* Define if you have the fseeko function.  */
#define HAVE_FSEEKO 1

/* Define if you have the ftello function.  */
#define HAVE_FTELLO 1

/* Define if you have the ftruncate function.  */
#define HAVE_FTRUNCATE 1

/* Define if you have the getenv function.  */
#define HAVE_GETENV 1

/* Define if you have the getgrgid function.  */
#define HAVE_GETGRGID 1

/* Define if you have the getgrnam function.  */
#define HAVE_GETGRNAM 1

/* Define if you have the gethostbyname2 function.  */
#define HAVE_GETHOSTBYNAME2 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the getipnodebyname function.  */
/* #undef HAVE_GETIPNODEBYNAME */

/* Define if you have the getlogin function.  */
#define HAVE_GETLOGIN 1

/* Define if you have the getpagesize function.  */
#define HAVE_GETPAGESIZE 1

/* Define if you have the getpwent function.  */
#define HAVE_GETPWENT 1

/* Define if you have the getpwnam function.  */
#define HAVE_GETPWNAM 1

/* Define if you have the getpwuid function.  */
#define HAVE_GETPWUID 1

/* Define if you have the getrlimit function.  */
#define HAVE_GETRLIMIT 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the inet_aton function.  */
#define HAVE_INET_ATON 1

/* Define if you have the inet_ntop function.  */
#define HAVE_INET_NTOP 1

/* Define if you have the inet_pton function.  */
#define HAVE_INET_PTON 1

/* Define if you have the initgroups function.  */
#define HAVE_INITGROUPS 1

/* Define if you have the killpg function.  */
#define HAVE_KILLPG 1

/* Define if you have the lchown function.  */
#define HAVE_LCHOWN 1

/* Define if you have the load function.  */
/* #undef HAVE_LOAD */

/* Define if you have the loadbind function.  */
/* #undef HAVE_LOADBIND */

/* Define if you have the loadquery function.  */
/* #undef HAVE_LOADQUERY */

/* Define if you have the lstat function.  */
#define HAVE_LSTAT 1

/* Define if you have the memcpy function.  */
#define HAVE_MEMCPY 1

/* Define if you have the memmove function.  */
#define HAVE_MEMMOVE 1

/* Define if you have the mkfifo function.  */
#define HAVE_MKFIFO 1

/* Define if you have the msync function.  */
#define HAVE_MSYNC 1

/* Define if you have the munmap function.  */
#define HAVE_MUNMAP 1

/* Define if you have the nice function.  */
#define HAVE_NICE 1

/* Define if you have the nis_list function.  */
#define HAVE_NIS_LIST 1

/* Define if you have the pathconf function.  */
#define HAVE_PATHCONF 1

/* Define if you have the poll function.  */
#define HAVE_POLL 1

/* Define if you have the putenv function.  */
#define HAVE_PUTENV 1

/* Define if you have the readlink function.  */
#define HAVE_READLINK 1

/* Define if you have the sbrk function.  */
#define HAVE_SBRK 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the seteuid function.  */
#define HAVE_SETEUID 1

/* Define if you have the setlocale function.  */
#define HAVE_SETLOCALE 1

/* Define if you have the setpgid function.  */
#define HAVE_SETPGID 1

/* Define if you have the setpgrp function.  */
#define HAVE_SETPGRP 1

/* Define if you have the setresuid function.  */
#define HAVE_SETRESUID 1

/* Define if you have the setreuid function.  */
#define HAVE_SETREUID 1

/* Define if you have the setsid function.  */
#define HAVE_SETSID 1

/* Define if you have the setuid function.  */
#define HAVE_SETUID 1

/* Define if you have the setupterm function.  */
/* #undef HAVE_SETUPTERM */

/* Define if you have the shl_findsym function.  */
/* #undef HAVE_SHL_FINDSYM */

/* Define if you have the shl_load function.  */
/* #undef HAVE_SHL_LOAD */

/* Define if you have the shl_unload function.  */
/* #undef HAVE_SHL_UNLOAD */

/* Define if you have the sigaction function.  */
#define HAVE_SIGACTION 1

/* Define if you have the sigblock function.  */
#define HAVE_SIGBLOCK 1

/* Define if you have the sighold function.  */
#define HAVE_SIGHOLD 1

/* Define if you have the signgam function.  */
#define HAVE_SIGNGAM 1

/* Define if you have the sigprocmask function.  */
#define HAVE_SIGPROCMASK 1

/* Define if you have the sigrelse function.  */
#define HAVE_SIGRELSE 1

/* Define if you have the sigsetmask function.  */
#define HAVE_SIGSETMASK 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strftime function.  */
#define HAVE_STRFTIME 1

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the sysconf function.  */
#define HAVE_SYSCONF 1

/* Define if you have the tcgetattr function.  */
#define HAVE_TCGETATTR 1

/* Define if you have the tcsetpgrp function.  */
#define HAVE_TCSETPGRP 1

/* Define if you have the tgetent function.  */
/* #undef HAVE_TGETENT */

/* Define if you have the tigetflag function.  */
/* #undef HAVE_TIGETFLAG */

/* Define if you have the tigetnum function.  */
/* #undef HAVE_TIGETNUM */

/* Define if you have the tigetstr function.  */
/* #undef HAVE_TIGETSTR */

/* Define if you have the uname function.  */
#define HAVE_UNAME 1

/* Define if you have the unload function.  */
/* #undef HAVE_UNLOAD */

/* Define if you have the wait3 function.  */
#define HAVE_WAIT3 1

/* Define if you have the waitpid function.  */
#define HAVE_WAITPID 1

/* Define if you have the <curses.h> header file.  */
/* #undef HAVE_CURSES_H */

/* Define if you have the <dirent.h> header file.  */
#define HAVE_DIRENT_H 1

/* Define if you have the <dl.h> header file.  */
/* #undef HAVE_DL_H */

/* Define if you have the <dlfcn.h> header file.  */
#define HAVE_DLFCN_H 1

/* Define if you have the <errno.h> header file.  */
#define HAVE_ERRNO_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <grp.h> header file.  */
#define HAVE_GRP_H 1

/* Define if you have the <libc.h> header file.  */
/* #undef HAVE_LIBC_H */

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <locale.h> header file.  */
#define HAVE_LOCALE_H 1

/* Define if you have the <memory.h> header file.  */
#define HAVE_MEMORY_H 1

/* Define if you have the <ndir.h> header file.  */
/* #undef HAVE_NDIR_H */

/* Define if you have the <netinet/in_systm.h> header file.  */
/* #undef HAVE_NETINET_IN_SYSTM_H */

/* Define if you have the <poll.h> header file.  */
#define HAVE_POLL_H 1

/* Define if you have the <pwd.h> header file.  */
#define HAVE_PWD_H 1

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <sys/capability.h> header file.  */
/* #undef HAVE_SYS_CAPABILITY_H */

/* Define if you have the <sys/dir.h> header file.  */
/* #undef HAVE_SYS_DIR_H */

/* Define if you have the <sys/filio.h> header file.  */
/* #undef HAVE_SYS_FILIO_H */

/* Define if you have the <sys/mman.h> header file.  */
#define HAVE_SYS_MMAN_H 1

/* Define if you have the <sys/ndir.h> header file.  */
/* #undef HAVE_SYS_NDIR_H */

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/resource.h> header file.  */
#define HAVE_SYS_RESOURCE_H 1

/* Define if you have the <sys/select.h> header file.  */
#define HAVE_SYS_SELECT_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <sys/times.h> header file.  */
#define HAVE_SYS_TIMES_H 1

/* Define if you have the <sys/types.h> header file.  */
#define HAVE_SYS_TYPES_H 1

/* Define if you have the <sys/utsname.h> header file.  */
#define HAVE_SYS_UTSNAME_H 1

/* Define if you have the <term.h> header file.  */
/* #undef HAVE_TERM_H */

/* Define if you have the <termcap.h> header file.  */
/* #undef HAVE_TERMCAP_H */

/* Define if you have the <termio.h> header file.  */
#define HAVE_TERMIO_H 1

/* Define if you have the <termios.h> header file.  */
#define HAVE_TERMIOS_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <utmp.h> header file.  */
#define HAVE_UTMP_H 1

/* Define if you have the <utmpx.h> header file.  */
#define HAVE_UTMPX_H 1

/* Define if you have the cap library (-lcap).  */
/* #undef HAVE_LIBCAP */

/* Define if you have the dl library (-ldl).  */
#define HAVE_LIBDL 1

/* Define if you have the m library (-lm).  */
#define HAVE_LIBM 1

/* Define if you have the socket library (-lsocket).  */
/* #undef HAVE_LIBSOCKET */
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_cygwin=${ac_cv_cygwin=no}
ac_cv_exeext=${ac_cv_exeext=no}
ac_cv_func__mktemp=${ac_cv_func__mktemp=no}
ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes}
ac_cv_func_brk=${ac_cv_func_brk=yes}
ac_cv_func_cap_get_proc=${ac_cv_func_cap_get_proc=no}
ac_cv_func_difftime=${ac_cv_func_difftime=yes}
ac_cv_func_dlclose=${ac_cv_func_dlclose=yes}
ac_cv_func_dlerror=${ac_cv_func_dlerror=yes}
ac_cv_func_dlopen=${ac_cv_func_dlopen=yes}
ac_cv_func_dlsym=${ac_cv_func_dlsym=yes}
ac_cv_func_faccessx=${ac_cv_func_faccessx=no}
ac_cv_func_fchdir=${ac_cv_func_fchdir=yes}
ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
ac_cv_func_ftello=${ac_cv_func_ftello=yes}
ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes}
ac_cv_func_getenv=${ac_cv_func_getenv=yes}
ac_cv_func_getgrgid=${ac_cv_func_getgrgid=yes}
ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes}
ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes}
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
ac_cv_func_getipnodebyname=${ac_cv_func_getipnodebyname=no}
ac_cv_func_getlogin=${ac_cv_func_getlogin=yes}
ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_getpwent=${ac_cv_func_getpwent=yes}
ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes}
ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes}
ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes}
ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes}
ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes}
ac_cv_func_initgroups=${ac_cv_func_initgroups=yes}
ac_cv_func_killpg=${ac_cv_func_killpg=yes}
ac_cv_func_lchown=${ac_cv_func_lchown=yes}
ac_cv_func_load=${ac_cv_func_load=no}
ac_cv_func_loadbind=${ac_cv_func_loadbind=no}
ac_cv_func_loadquery=${ac_cv_func_loadquery=no}
ac_cv_func_lstat=${ac_cv_func_lstat=yes}
ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
ac_cv_func_memmove=${ac_cv_func_memmove=yes}
ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
ac_cv_func_msync=${ac_cv_func_msync=yes}
ac_cv_func_munmap=${ac_cv_func_munmap=yes}
ac_cv_func_nice=${ac_cv_func_nice=yes}
ac_cv_func_nis_list=${ac_cv_func_nis_list=yes}
ac_cv_func_pathconf=${ac_cv_func_pathconf=yes}
ac_cv_func_poll=${ac_cv_func_poll=yes}
ac_cv_func_putenv=${ac_cv_func_putenv=yes}
ac_cv_func_readlink=${ac_cv_func_readlink=yes}
ac_cv_func_sbrk=${ac_cv_func_sbrk=yes}
ac_cv_func_select=${ac_cv_func_select=yes}
ac_cv_func_seteuid=${ac_cv_func_seteuid=yes}
ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
ac_cv_func_setreuid=${ac_cv_func_setreuid=yes}
ac_cv_func_setsid=${ac_cv_func_setsid=yes}
ac_cv_func_setuid=${ac_cv_func_setuid=yes}
ac_cv_func_setupterm=${ac_cv_func_setupterm=no}
ac_cv_func_shl_findsym=${ac_cv_func_shl_findsym=no}
ac_cv_func_shl_load=${ac_cv_func_shl_load=no}
ac_cv_func_shl_unload=${ac_cv_func_shl_unload=no}
ac_cv_func_sigaction=${ac_cv_func_sigaction=yes}
ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
ac_cv_func_sighold=${ac_cv_func_sighold=yes}
ac_cv_func_signgam=${ac_cv_func_signgam=yes}
ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
ac_cv_func_sigrelse=${ac_cv_func_sigrelse=yes}
ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works=yes}
ac_cv_func_strerror=${ac_cv_func_strerror=yes}
ac_cv_func_strftime=${ac_cv_func_strftime=yes}
ac_cv_func_strstr=${ac_cv_func_strstr=yes}
ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
ac_cv_func_tgetent=${ac_cv_func_tgetent=no}
ac_cv_func_tigetflag=${ac_cv_func_tigetflag=no}
ac_cv_func_tigetnum=${ac_cv_func_tigetnum=no}
ac_cv_func_tigetstr=${ac_cv_func_tigetstr=no}
ac_cv_func_uname=${ac_cv_func_uname=yes}
ac_cv_func_unload=${ac_cv_func_unload=no}
ac_cv_func_wait3=${ac_cv_func_wait3=yes}
ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes}
ac_cv_header_dl_h=${ac_cv_header_dl_h=no}
ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
ac_cv_header_errno_h=${ac_cv_header_errno_h=yes}
ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
ac_cv_header_grp_h=${ac_cv_header_grp_h=yes}
ac_cv_header_libc_h=${ac_cv_header_libc_h=no}
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
ac_cv_header_netinet_in_systm_h=${ac_cv_header_netinet_in_systm_h=no}
ac_cv_header_poll_h=${ac_cv_header_poll_h=yes}
ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
ac_cv_header_stat_broken=${ac_cv_header_stat_broken=no}
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
ac_cv_header_string_h=${ac_cv_header_string_h=yes}
ac_cv_header_sys_capability_h=${ac_cv_header_sys_capability_h=no}
ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h=no}
ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes}
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
ac_cv_header_sys_ptem_h=${ac_cv_header_sys_ptem_h=no}
ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
ac_cv_header_termcap_h=${ac_cv_header_termcap_h=no}
ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
ac_cv_header_time=${ac_cv_header_time=yes}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes}
ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes}
ac_cv_lib_c_printf=${ac_cv_lib_c_printf=yes}
ac_cv_lib_cap_cap_get_proc=${ac_cv_lib_cap_cap_get_proc=no}
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no}
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes}
ac_cv_lib_m_pow=${ac_cv_lib_m_pow=yes}
ac_cv_lib_socket_socket=${ac_cv_lib_socket_socket=no}
ac_cv_mingw32=${ac_cv_mingw32=no}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_prog_AWK=${ac_cv_prog_AWK=mawk}
ac_cv_prog_CC=${ac_cv_prog_CC=gcc}
ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
ac_cv_prog_LN=${ac_cv_prog_LN=ln}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=no}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes}
ac_cv_prog_gcc=${ac_cv_prog_gcc=yes}
ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ac_cv_search_tgetent=${ac_cv_search_tgetent=no}
ac_cv_search_yp_all=${ac_cv_search_yp_all=-lnsl}
ac_cv_type_ino_t=${ac_cv_type_ino_t=yes}
ac_cv_type_mode_t=${ac_cv_type_mode_t=yes}
ac_cv_type_off_t=${ac_cv_type_off_t=yes}
ac_cv_type_pid_t=${ac_cv_type_pid_t=yes}
ac_cv_type_signal=${ac_cv_type_signal=void}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
ac_cv_type_uid_t=${ac_cv_type_uid_t=yes}
fp_cv_prog_cc_stdc=${fp_cv_prog_cc_stdc=}
zsh_cv_64_bit_type=${zsh_cv_64_bit_type='long long'}
zsh_cv_64_bit_utype=${zsh_cv_64_bit_utype='unsigned long long'}
zsh_cv_c_broken_signed_to_unsigned_casting=${zsh_cv_c_broken_signed_to_unsigned_casting=no}
zsh_cv_c_have_union_init=${zsh_cv_c_have_union_init=yes}
zsh_cv_c_variable_length_arrays=${zsh_cv_c_variable_length_arrays=no}
zsh_cv_decl_h_errno_use_local=${zsh_cv_decl_h_errno_use_local=no}
zsh_cv_decl_ospeed_include_defines=${zsh_cv_decl_ospeed_include_defines=no}
zsh_cv_decl_ospeed_must_define=${zsh_cv_decl_ospeed_must_define=no}
zsh_cv_func_dlsym_needs_underscore=${zsh_cv_func_dlsym_needs_underscore=no}
zsh_cv_func_tgetent_accepts_null=${zsh_cv_func_tgetent_accepts_null=no}
zsh_cv_header_sys_ioctl_h_ioctl_proto=${zsh_cv_header_sys_ioctl_h_ioctl_proto=yes}
zsh_cv_header_sys_ioctl_h_tiocgwinsz=${zsh_cv_header_sys_ioctl_h_tiocgwinsz=yes}
zsh_cv_header_sys_stat_h_mknod_proto=${zsh_cv_header_sys_stat_h_mknod_proto=yes}
zsh_cv_header_termios_h_tiocgwinsz=${zsh_cv_header_termios_h_tiocgwinsz=no}
zsh_cv_header_time_h_select_h_conflicts=${zsh_cv_header_time_h_select_h_conflicts=no}
zsh_cv_header_unistd_h_brk_proto=${zsh_cv_header_unistd_h_brk_proto=yes}
zsh_cv_header_unistd_h_sbrk_proto=${zsh_cv_header_unistd_h_sbrk_proto=yes}
zsh_cv_ino_t_is_64_bit=${zsh_cv_ino_t_is_64_bit=no}
zsh_cv_long_is_64_bit=${zsh_cv_long_is_64_bit=no}
zsh_cv_off_t_is_64_bit=${zsh_cv_off_t_is_64_bit=yes}
zsh_cv_path_rlimit_h=${zsh_cv_path_rlimit_h=/usr/include/asm/resource.h}
zsh_cv_path_signal_h=${zsh_cv_path_signal_h=/usr/include/bits/signum.h}
zsh_cv_path_utmp=${zsh_cv_path_utmp=/var/run/utmp}
zsh_cv_path_utmpx=${zsh_cv_path_utmpx=no}
zsh_cv_path_wtmp=${zsh_cv_path_wtmp=/var/log/wtmp}
zsh_cv_path_wtmpx=${zsh_cv_path_wtmpx=no}
zsh_cv_prog_sh_echo_escape=${zsh_cv_prog_sh_echo_escape=no}
zsh_cv_rlim_t_is_longer=${zsh_cv_rlim_t_is_longer=yes}
zsh_cv_rlim_t_is_quad_t=${zsh_cv_rlim_t_is_quad_t=yes}
zsh_cv_shared_environ=${zsh_cv_shared_environ=yes}
zsh_cv_struct_member_struct_direct_d_ino=${zsh_cv_struct_member_struct_direct_d_ino=no}
zsh_cv_struct_member_struct_direct_d_stat=${zsh_cv_struct_member_struct_direct_d_stat=no}
zsh_cv_struct_member_struct_dirent_d_ino=${zsh_cv_struct_member_struct_dirent_d_ino=yes}
zsh_cv_struct_member_struct_dirent_d_stat=${zsh_cv_struct_member_struct_dirent_d_stat=no}
zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=${zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=no}
zsh_cv_struct_member_struct_utmp_ut_host=${zsh_cv_struct_member_struct_utmp_ut_host=yes}
zsh_cv_struct_member_struct_utmpx_ut_host=${zsh_cv_struct_member_struct_utmpx_ut_host=yes}
zsh_cv_struct_member_struct_utmpx_ut_tv=${zsh_cv_struct_member_struct_utmpx_ut_tv=yes}
zsh_cv_struct_member_struct_utmpx_ut_xtime=${zsh_cv_struct_member_struct_utmpx_ut_xtime=no}
zsh_cv_sys_dynamic_clash_ok=${zsh_cv_sys_dynamic_clash_ok=yes}
zsh_cv_sys_dynamic_execsyms=${zsh_cv_sys_dynamic_execsyms=yes}
zsh_cv_sys_dynamic_rtld_global=${zsh_cv_sys_dynamic_rtld_global=yes}
zsh_cv_sys_dynamic_strip_exe=${zsh_cv_sys_dynamic_strip_exe=yes}
zsh_cv_sys_dynamic_strip_lib=${zsh_cv_sys_dynamic_strip_lib=yes}
zsh_cv_sys_elf=${zsh_cv_sys_elf=yes}
zsh_cv_sys_fifo=${zsh_cv_sys_fifo=yes}
zsh_cv_sys_getpwnam_faked=${zsh_cv_sys_getpwnam_faked=no}
zsh_cv_sys_killesrch=${zsh_cv_sys_killesrch=yes}
zsh_cv_sys_link=${zsh_cv_sys_link=yes}
zsh_cv_sys_nis=${zsh_cv_sys_nis=no}
zsh_cv_sys_nis_plus=${zsh_cv_sys_nis_plus=no}
zsh_cv_sys_path_dev_fd=${zsh_cv_sys_path_dev_fd=/proc/self/fd}
zsh_cv_sys_posix_termios=${zsh_cv_sys_posix_termios=yes}
zsh_cv_sys_sigsuspend=${zsh_cv_sys_sigsuspend=yes}
zsh_cv_sys_superroot=${zsh_cv_sys_superroot=no}
zsh_cv_sys_tcsetpgrp=${zsh_cv_sys_tcsetpgrp=yes}
zsh_cv_type_exists_struct_timezone=${zsh_cv_type_exists_struct_timezone=yes}
zsh_cv_type_exists_struct_utmp=${zsh_cv_type_exists_struct_utmp=yes}
zsh_cv_type_exists_struct_utmpx=${zsh_cv_type_exists_struct_utmpx=yes}
zsh_cv_type_rlim_t=${zsh_cv_type_rlim_t=yes}
zsh_cv_type_sigset_t=${zsh_cv_type_sigset_t=yes}
zsh_cv_use_getcwd=${zsh_cv_use_getcwd=no}
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:612: checking host system type
configure:1033: checking for gcc
configure:1146: checking whether the C compiler (gcc  ) works
configure:1162: gcc -o conftest    conftest.c  1>&5
configure:1188: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1193: checking whether we are using GNU C
configure:1221: checking whether gcc accepts -g
configure:1258: checking whether large file support needs explicit enabling
configure:1359: checking how to run the C preprocessor
configure:1439: checking whether gcc needs -traditional
configure:1484: checking for working const
configure:1559: checking for Cygwin environment
configure:1592: checking for mingw32 environment
configure:1623: checking for executable suffix
configure:1654: checking for gcc option to accept ANSI C
configure:1705: checking whether to use prototypes
configure:1732: checking for working alloca.h
configure:1765: checking for alloca
configure:1964: checking if the compiler supports union initialisation
configure:1997: checking if signed to unsigned casting is broken
configure:2032: checking if the compiler supports variable-length arrays
configure:2065: checking what to set MAXJOB to
configure:2131: checking whether make sets ${MAKE}
configure:2168: checking for a BSD compatible install
configure:2224: checking for mawk
configure:2253: checking whether ln works
configure:2279: checking for yodl
configure:2315: checking for dirent.h that defines DIR
configure:2353: checking for opendir in -ldir
configure:2436: checking for ANSI C header files
configure:2540: checking whether time.h and sys/time.h may both be included
configure:2575: checking whether stat file-mode macros are broken
configure:2631: checking for sys/wait.h that is POSIX.1 compatible
configure:2681: checking for sys/time.h
configure:2681: checking for sys/times.h
configure:2681: checking for sys/select.h
configure:2681: checking for termcap.h
configure:2681: checking for termio.h
configure:2681: checking for termios.h
configure:2681: checking for sys/param.h
configure:2681: checking for sys/filio.h
configure:2681: checking for string.h
configure:2681: checking for memory.h
configure:2681: checking for limits.h
configure:2681: checking for fcntl.h
configure:2681: checking for libc.h
configure:2681: checking for sys/utsname.h
configure:2681: checking for sys/resource.h
configure:2681: checking for locale.h
configure:2681: checking for errno.h
configure:2681: checking for stdlib.h
configure:2681: checking for unistd.h
configure:2681: checking for sys/capability.h
configure:2681: checking for utmp.h
configure:2681: checking for utmpx.h
configure:2681: checking for sys/types.h
configure:2681: checking for pwd.h
configure:2681: checking for grp.h
configure:2681: checking for poll.h
configure:2681: checking for sys/mman.h
configure:2681: checking for netinet/in_systm.h
configure:2722: checking for dlfcn.h
configure:2762: checking for dl.h
configure:2802: checking for conflicts in sys/time.h and sys/select.h
configure:2837: checking POSIX termios
configure:2868: checking TIOCGWINSZ in termios.h
configure:2900: checking TIOCGWINSZ in sys/ioctl.h
configure:2936: checking for sys/ptem.h
configure:2973: checking for printf in -lc
configure:3014: checking for pow in -lm
configure:3141: checking for library containing tgetent
configure:3528: checking for library containing yp_all
configure:3595: checking for dlopen in -ldl
configure:3644: checking for cap_get_proc in -lcap
configure:3692: checking for socket in -lsocket
configure:3740: checking if an include file defines ospeed
configure:3774: checking if you must define ospeed
configure:3819: checking return type of signal handlers
configure:3860: checking for pid_t
configure:3893: checking for off_t
configure:3926: checking for ino_t
configure:3959: checking for mode_t
configure:3992: checking for uid_t in sys/types.h
configure:4026: checking for size_t
configure:4060: checking if long is 64 bits
configure:4095: checking if off_t is 64 bit
configure:4134: checking if ino_t is 64 bit
configure:4175: checking if compiler has a 64 bit type
configure:4379: checking for a corresponding unsigned 64 bit type
configure:4471: checking for sigset_t
configure:4505: checking for struct timezone
configure:4544: checking for struct utmp
configure:4585: checking for struct utmpx
configure:4627: checking for ut_host in struct utmp
configure:4668: checking for ut_host in struct utmpx
configure:4709: checking for ut_xtime in struct utmpx
configure:4750: checking for ut_tv in struct utmpx
configure:4792: checking for d_ino in struct dirent
configure:4833: checking for d_stat in struct dirent
configure:4874: checking for d_ino in struct direct
configure:4921: checking for d_stat in struct direct
configure:4969: checking for sin6_scope_id in struct sockaddr_in6
configure:5009: checking if we need our own h_errno
configure:5069: checking for strftime
configure:5069: checking for difftime
configure:5069: checking for gettimeofday
configure:5069: checking for select
configure:5069: checking for poll
configure:5069: checking for readlink
configure:5069: checking for lstat
configure:5069: checking for lchown
configure:5069: checking for faccessx
configure:5069: checking for fchdir
configure:5069: checking for ftruncate
configure:5069: checking for fseeko
configure:5069: checking for ftello
configure:5069: checking for mkfifo
configure:5069: checking for _mktemp
configure:5069: checking for waitpid
configure:5069: checking for wait3
configure:5069: checking for sigaction
configure:5069: checking for sigblock
configure:5069: checking for sighold
configure:5069: checking for sigrelse
configure:5069: checking for sigsetmask
configure:5069: checking for sigprocmask
configure:5069: checking for killpg
configure:5069: checking for setpgid
configure:5069: checking for setpgrp
configure:5069: checking for tcsetpgrp
configure:5069: checking for tcgetattr
configure:5069: checking for nice
configure:5069: checking for gethostname
configure:5069: checking for gethostbyname2
configure:5069: checking for getipnodebyname
configure:5069: checking for inet_aton
configure:5069: checking for inet_pton
configure:5069: checking for inet_ntop
configure:5069: checking for getlogin
configure:5069: checking for getpwent
configure:5069: checking for getpwnam
configure:5069: checking for getpwuid
configure:5069: checking for getgrgid
configure:5069: checking for getgrnam
configure:5069: checking for initgroups
configure:5069: checking for nis_list
configure:5069: checking for setuid
configure:5069: checking for seteuid
configure:5069: checking for setreuid
configure:5069: checking for setresuid
configure:5069: checking for setsid
configure:5069: checking for memcpy
configure:5069: checking for memmove
configure:5069: checking for strstr
configure:5069: checking for strerror
configure:5069: checking for cap_get_proc
configure:5069: checking for getrlimit
configure:5069: checking for setlocale
configure:5069: checking for uname
configure:5069: checking for signgam
configure:5069: checking for putenv
configure:5069: checking for getenv
configure:5069: checking for brk
configure:5069: checking for sbrk
configure:5069: checking for pathconf
configure:5069: checking for sysconf
configure:5069: checking for tgetent
configure:5069: checking for tigetflag
configure:5069: checking for tigetnum
configure:5069: checking for tigetstr
configure:5069: checking for setupterm
configure:5122: checking for working strcoll
configure:5164: checking if tgetent accepts NULL
configure:5218: checking for unistd.h
configure:5257: checking for getpagesize
configure:5310: checking for working mmap
configure:5487: checking for munmap
configure:5487: checking for msync
configure:5543: checking whether getpgrp takes no argument
configure:5642: checking for dlopen
configure:5642: checking for dlerror
configure:5642: checking for dlsym
configure:5642: checking for dlclose
configure:5642: checking for load
configure:5642: checking for loadquery
configure:5642: checking for loadbind
configure:5642: checking for unload
configure:5642: checking for shl_load
configure:5642: checking for shl_unload
configure:5642: checking for shl_findsym
configure:5698: checking what style of signals to use
configure:5731: checking where signal.h is located
configure:5771: checking where the RLIMIT macros are located
configure:5795: checking if rlim_t is longer than a long
configure:5829: checking if rlim_t is a quad
configure:5925: checking for rlim_t
configure:5963: checking for /dev/fd filesystem
configure:5981: checking for RFS superroot directory
configure:5997: checking whether we should use the native getcwd
configure:6016: checking for NIS
configure:6033: checking for NIS+
configure:6051: checking for utmp file
configure:6072: checking for wtmp file
configure:6093: checking for utmpx file
configure:6114: checking for wtmpx file
configure:6136: checking for brk() prototype in <unistd.h>
configure:6170: checking for sbrk() prototype in <unistd.h>
configure:6206: checking for ioctl prototype in <sys/ioctl.h>
configure:6239: checking for mknod prototype in <sys/stat.h>
configure:6309: checking if named FIFOs work
configure:6370: checking if echo in /bin/sh interprets escape sequences
configure:6390: checking if link() works
configure:6443: checking if kill(pid, 0) returns ESRCH correctly
configure:6490: checking if POSIX sigsuspend() works
configure:6552: checking if tcsetpgrp() actually works
configure:6597: checking if getpwnam() is faked
configure:6715: checking if your system use ELF binaries
configure:6817: checking if your dlsym() needs a leading underscore
configure:6914: checking if environ is available in shared libraries
configure:7240: checking if name clashes in shared objects are OK
configure:7333: checking for working RTLD_GLOBAL
configure:7420: checking whether symbols in the executable are available
configure:7509: checking whether executables can be stripped
configure:7597: checking whether libraries can be stripped
# Edit this file to change the way modules are loaded.
# The format is strict; do not break lines or add extra spaces.
# Run `make prep' if you change anything here after compiling
# (there is no need if you change this just after the first time
# you run `configure').
#
# Values of `link' are `static', `dynamic' or `no' to compile the
# module into the shell, link it in at run time, or not use it at all.
# In the final case, no attempt will be made to compile it.
# Use `static' or `no' if you do not have dynamic loading.
#
# Values of `load' are `yes' or `no'; if yes, any builtins etc.
# provided by the module will be autoloaded by the main shell
# (so long as `link' is not set to `no').
#
# Values of `auto' are `yes' or `no'. configure sets the value to
# `yes'.  If you set it by hand to `no', the line will be retained
# when the file is regenerated in future.
#
# Note that the `functions' entry extends to the end of the line.
# It should not be quoted; it is used verbatim to find files to install.
#
# You will need to run `config.status --recheck' if you add a new
# module.
#
# You should not change the values for the pseudo-module zsh/main,
# which is the main shell (apart from the functions entry).
name=zsh/main modfile=Src/zsh.mdd link=static auto=yes load=yes functions=Functions/Misc/* Functions/Prompts/*
name=zsh/rlimits modfile=Src/Builtins/rlimits.mdd link=dynamic auto=yes load=yes
name=zsh/sched modfile=Src/Builtins/sched.mdd link=dynamic auto=yes load=yes
name=zsh/cap modfile=Src/Modules/cap.mdd link=dynamic auto=yes load=no
name=zsh/clone modfile=Src/Modules/clone.mdd link=dynamic auto=yes load=no
name=zsh/example modfile=Src/Modules/example.mdd link=dynamic auto=yes load=no
name=zsh/files modfile=Src/Modules/files.mdd link=dynamic auto=yes load=no
name=zsh/mapfile modfile=Src/Modules/mapfile.mdd link=dynamic auto=yes load=no
name=zsh/mathfunc modfile=Src/Modules/mathfunc.mdd link=dynamic auto=yes load=no
name=zsh/parameter modfile=Src/Modules/parameter.mdd link=dynamic auto=yes load=yes
name=zsh/stat modfile=Src/Modules/stat.mdd link=dynamic auto=yes load=no
name=zsh/termcap modfile=Src/Modules/termcap.mdd link=dynamic auto=yes load=yes
name=zsh/terminfo modfile=Src/Modules/terminfo.mdd link=dynamic auto=yes load=yes
name=zsh/zftp modfile=Src/Modules/zftp.mdd link=dynamic auto=yes load=no functions=Functions/Zftp/*
name=zsh/zprof modfile=Src/Modules/zprof.mdd link=dynamic auto=yes load=no
name=zsh/zpty modfile=Src/Modules/zpty.mdd link=dynamic auto=yes load=no
name=zsh/zutil modfile=Src/Modules/zutil.mdd link=dynamic auto=yes load=yes
name=zsh/compctl modfile=Src/Zle/compctl.mdd link=dynamic auto=yes load=yes
name=zsh/complete modfile=Src/Zle/complete.mdd link=dynamic auto=yes load=yes functions=Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*
name=zsh/complist modfile=Src/Zle/complist.mdd link=dynamic auto=yes load=yes
name=zsh/computil modfile=Src/Zle/computil.mdd link=dynamic auto=yes load=yes
name=zsh/deltochar modfile=Src/Zle/deltochar.mdd link=dynamic auto=yes load=no
name=zsh/zle modfile=Src/Zle/zle.mdd link=dynamic auto=yes load=yes functions=Functions/Zle/*
name=zsh/zleparameter modfile=Src/Zle/zleparameter.mdd link=dynamic auto=yes load=yes
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host javert:
#
# ./configure 
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
for ac_option
do
  case "$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "./config.status generated by autoconf version 2.13"
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "$ac_cs_usage"; exit 0 ;;
  *) echo "$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=.
ac_given_INSTALL="/usr/bin/install -c"

trap 'rm -fr Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile Test/Makefile config.h conftest*; exit 1' 1 2 15

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
/^[ 	]*VPATH[ 	]*=[^:]*$/d

s%@SHELL@%/bin/sh%g
s%@CFLAGS@% -Wall -Wno-implicit -Wmissing-prototypes -O2%g
s%@CPPFLAGS@%-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64%g
s%@CXXFLAGS@%%g
s%@FFLAGS@%%g
s%@DEFS@%-DHAVE_CONFIG_H%g
s%@LDFLAGS@%%g
s%@LIBS@%-ldl -lnsl -lm  -lc%g
s%@exec_prefix@%${prefix}%g
s%@prefix@%/usr/local%g
s%@program_transform_name@%s,x,x,%g
s%@bindir@%${exec_prefix}/bin%g
s%@sbindir@%${exec_prefix}/sbin%g
s%@libexecdir@%${exec_prefix}/libexec%g
s%@datadir@%${prefix}/share%g
s%@sysconfdir@%${prefix}/etc%g
s%@sharedstatedir@%${prefix}/com%g
s%@localstatedir@%${prefix}/var%g
s%@libdir@%${exec_prefix}/lib%g
s%@includedir@%${prefix}/include%g
s%@oldincludedir@%/usr/include%g
s%@infodir@%${prefix}/info%g
s%@mandir@%${prefix}/man%g
s%@host@%i586-pc-linux-gnu%g
s%@host_alias@%i586-pc-linux-gnu%g
s%@host_cpu@%i586%g
s%@host_vendor@%pc%g
s%@host_os@%linux-gnu%g
s%@tzsh@%zsh%g
s%@zshenv@%/etc/zshenv%g
s%@zshrc@%/etc/zshrc%g
s%@zprofile@%/etc/zprofile%g
s%@zlogin@%/etc/zlogin%g
s%@zlogout@%/etc/zlogout%g
s%@fndir@%${prefix}/share/zsh/${VERSION}/functions%g
s%@sitefndir@%${prefix}/share/zsh/site-functions%g
s%@FUNCTIONS_SUBDIRS@%no%g
s%@CC@%gcc%g
s%@EXELDFLAGS@% -s%g
s%@LIBLDFLAGS@% -s%g
s%@CPP@%gcc -E%g
s%@EXEEXT@%%g
s%@U@%%g
s%@ALLOCA@%%g
s%@SET_MAKE@%%g
s%@INSTALL_PROGRAM@%${INSTALL}%g
s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
s%@INSTALL_DATA@%${INSTALL} -m 644%g
s%@AWK@%mawk%g
s%@LN@%ln%g
s%@YODL@%: yodl%g
s%@SIGNAL_H@%/usr/include/bits/signum.h%g
s%@RLIMITS_INC_H@%/usr/include/asm/resource.h%g
s%@SHORTBOOTNAMES@%yes%g
s%@INSTLIB@%install.bin-$(L)%g
s%@UNINSTLIB@%uninstall.bin-$(L)%g
s%@D@%D%g
s%@DL_EXT@%so%g
s%@DLLD@%gcc%g
s%@DLCFLAGS@%-fpic%g
s%@DLLDFLAGS@%-shared%g
s%@E@%N%g
s%@EXTRA_LDFLAGS@%-rdynamic%g
s%@EXPOPT@%%g
s%@IMPOPT@%%g
s%@L@%N%g
s%@LINKMODS@%NOLINKMODS%g
s%@MOD_EXPORT@%%g
s%@MOD_IMPORT_VARIABLE@%%g
s%@MOD_IMPORT_FUNCTION@%%g
s%@EXTRAZSHOBJS@%%g
/@CLEAN_MK@/r ./Config/clean.mk
s%@CLEAN_MK@%%g
/@CONFIG_MK@/r ./Config/config.mk
s%@CONFIG_MK@%%g
/@DEFS_MK@/r Config/defs.mk
s%@DEFS_MK@%%g
/@FUNCINST_MK@/r ./Config/funcinst.mk
s%@FUNCINST_MK@%%g
/@VERSION_MK@/r ./Config/version.mk
s%@VERSION_MK@%%g

CEOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi

CONFIG_FILES=${CONFIG_FILES-"Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile Test/Makefile"}
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac

  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac

  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac

  ac_file_inputs=`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\([^!]\)% $ac_given_srcdir/\1%g" -e "s%:!% %"`
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -f conftest.s*

# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_uB='\([ 	]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'

if test "${CONFIG_HEADERS+set}" != set; then
  CONFIG_HEADERS="config.h"
fi
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
  ac_file_inputs=`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\([^!]\)% $ac_given_srcdir/\1%g" -e "s%:!% %"`
  cat $ac_file_inputs > conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}MACHTYPE${ac_dB}MACHTYPE${ac_dC}"i586"${ac_dD}
${ac_uA}MACHTYPE${ac_uB}MACHTYPE${ac_uC}"i586"${ac_uD}
${ac_eA}MACHTYPE${ac_eB}MACHTYPE${ac_eC}"i586"${ac_eD}
${ac_dA}VENDOR${ac_dB}VENDOR${ac_dC}"pc"${ac_dD}
${ac_uA}VENDOR${ac_uB}VENDOR${ac_uC}"pc"${ac_uD}
${ac_eA}VENDOR${ac_eB}VENDOR${ac_eC}"pc"${ac_eD}
${ac_dA}OSTYPE${ac_dB}OSTYPE${ac_dC}"linux-gnu"${ac_dD}
${ac_uA}OSTYPE${ac_uB}OSTYPE${ac_uC}"linux-gnu"${ac_uD}
${ac_eA}OSTYPE${ac_eB}OSTYPE${ac_eC}"linux-gnu"${ac_eD}
${ac_dA}GLOBAL_ZSHENV${ac_dB}GLOBAL_ZSHENV${ac_dC}"/etc/zshenv"${ac_dD}
${ac_uA}GLOBAL_ZSHENV${ac_uB}GLOBAL_ZSHENV${ac_uC}"/etc/zshenv"${ac_uD}
${ac_eA}GLOBAL_ZSHENV${ac_eB}GLOBAL_ZSHENV${ac_eC}"/etc/zshenv"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}GLOBAL_ZSHRC${ac_dB}GLOBAL_ZSHRC${ac_dC}"/etc/zshrc"${ac_dD}
${ac_uA}GLOBAL_ZSHRC${ac_uB}GLOBAL_ZSHRC${ac_uC}"/etc/zshrc"${ac_uD}
${ac_eA}GLOBAL_ZSHRC${ac_eB}GLOBAL_ZSHRC${ac_eC}"/etc/zshrc"${ac_eD}
${ac_dA}GLOBAL_ZPROFILE${ac_dB}GLOBAL_ZPROFILE${ac_dC}"/etc/zprofile"${ac_dD}
${ac_uA}GLOBAL_ZPROFILE${ac_uB}GLOBAL_ZPROFILE${ac_uC}"/etc/zprofile"${ac_uD}
${ac_eA}GLOBAL_ZPROFILE${ac_eB}GLOBAL_ZPROFILE${ac_eC}"/etc/zprofile"${ac_eD}
${ac_dA}GLOBAL_ZLOGIN${ac_dB}GLOBAL_ZLOGIN${ac_dC}"/etc/zlogin"${ac_dD}
${ac_uA}GLOBAL_ZLOGIN${ac_uB}GLOBAL_ZLOGIN${ac_uC}"/etc/zlogin"${ac_uD}
${ac_eA}GLOBAL_ZLOGIN${ac_eB}GLOBAL_ZLOGIN${ac_eC}"/etc/zlogin"${ac_eD}
${ac_dA}GLOBAL_ZLOGOUT${ac_dB}GLOBAL_ZLOGOUT${ac_dC}"/etc/zlogout"${ac_dD}
${ac_uA}GLOBAL_ZLOGOUT${ac_uB}GLOBAL_ZLOGOUT${ac_uC}"/etc/zlogout"${ac_uD}
${ac_eA}GLOBAL_ZLOGOUT${ac_eB}GLOBAL_ZLOGOUT${ac_eC}"/etc/zlogout"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}RESTRICTED_R${ac_dB}RESTRICTED_R${ac_dC}1${ac_dD}
${ac_uA}RESTRICTED_R${ac_uB}RESTRICTED_R${ac_uC}1${ac_uD}
${ac_eA}RESTRICTED_R${ac_eB}RESTRICTED_R${ac_eC}1${ac_eD}
${ac_dA}CONFIG_LOCALE${ac_dB}CONFIG_LOCALE${ac_dC}1${ac_dD}
${ac_uA}CONFIG_LOCALE${ac_uB}CONFIG_LOCALE${ac_uC}1${ac_uD}
${ac_eA}CONFIG_LOCALE${ac_eB}CONFIG_LOCALE${ac_eC}1${ac_eD}
${ac_dA}PROTOTYPES${ac_dB}PROTOTYPES${ac_dC}1${ac_dD}
${ac_uA}PROTOTYPES${ac_uB}PROTOTYPES${ac_uC}1${ac_uD}
${ac_eA}PROTOTYPES${ac_eB}PROTOTYPES${ac_eC}1${ac_eD}
${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALLOCA_H${ac_eB}HAVE_ALLOCA_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNION_INIT${ac_dB}HAVE_UNION_INIT${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNION_INIT${ac_uB}HAVE_UNION_INIT${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNION_INIT${ac_eB}HAVE_UNION_INIT${ac_eC}1${ac_eD}
${ac_dA}MAXJOB${ac_dB}MAXJOB${ac_dC}50${ac_dD}
${ac_uA}MAXJOB${ac_uB}MAXJOB${ac_uC}50${ac_uD}
${ac_eA}MAXJOB${ac_eB}MAXJOB${ac_eC}50${ac_eD}
${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_WAIT_H${ac_eB}HAVE_SYS_WAIT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_TIMES_H${ac_dB}HAVE_SYS_TIMES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TIMES_H${ac_uB}HAVE_SYS_TIMES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TIMES_H${ac_eB}HAVE_SYS_TIMES_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_SELECT_H${ac_dB}HAVE_SYS_SELECT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_SELECT_H${ac_uB}HAVE_SYS_SELECT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_SELECT_H${ac_eB}HAVE_SYS_SELECT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TERMIO_H${ac_dB}HAVE_TERMIO_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_TERMIO_H${ac_uB}HAVE_TERMIO_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_TERMIO_H${ac_eB}HAVE_TERMIO_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TERMIOS_H${ac_dB}HAVE_TERMIOS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_TERMIOS_H${ac_uB}HAVE_TERMIOS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_TERMIOS_H${ac_eB}HAVE_TERMIOS_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMORY_H${ac_eB}HAVE_MEMORY_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_UTSNAME_H${ac_dB}HAVE_SYS_UTSNAME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_UTSNAME_H${ac_uB}HAVE_SYS_UTSNAME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_UTSNAME_H${ac_eB}HAVE_SYS_UTSNAME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_RESOURCE_H${ac_dB}HAVE_SYS_RESOURCE_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_RESOURCE_H${ac_uB}HAVE_SYS_RESOURCE_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_RESOURCE_H${ac_eB}HAVE_SYS_RESOURCE_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_LOCALE_H${ac_dB}HAVE_LOCALE_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LOCALE_H${ac_uB}HAVE_LOCALE_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LOCALE_H${ac_eB}HAVE_LOCALE_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_ERRNO_H${ac_dB}HAVE_ERRNO_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_ERRNO_H${ac_uB}HAVE_ERRNO_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_ERRNO_H${ac_eB}HAVE_ERRNO_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_UTMP_H${ac_dB}HAVE_UTMP_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTMP_H${ac_uB}HAVE_UTMP_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTMP_H${ac_eB}HAVE_UTMP_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_UTMPX_H${ac_dB}HAVE_UTMPX_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTMPX_H${ac_uB}HAVE_UTMPX_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTMPX_H${ac_eB}HAVE_UTMPX_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_PWD_H${ac_dB}HAVE_PWD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_PWD_H${ac_uB}HAVE_PWD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_PWD_H${ac_eB}HAVE_PWD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_GRP_H${ac_dB}HAVE_GRP_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_GRP_H${ac_uB}HAVE_GRP_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_GRP_H${ac_eB}HAVE_GRP_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_POLL_H${ac_dB}HAVE_POLL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_POLL_H${ac_uB}HAVE_POLL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_POLL_H${ac_eB}HAVE_POLL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_MMAN_H${ac_dB}HAVE_SYS_MMAN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_MMAN_H${ac_uB}HAVE_SYS_MMAN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_MMAN_H${ac_eB}HAVE_SYS_MMAN_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLFCN_H${ac_eB}HAVE_DLFCN_H${ac_eC}1${ac_eD}
${ac_dA}GWINSZ_IN_SYS_IOCTL${ac_dB}GWINSZ_IN_SYS_IOCTL${ac_dC}1${ac_dD}
${ac_uA}GWINSZ_IN_SYS_IOCTL${ac_uB}GWINSZ_IN_SYS_IOCTL${ac_uC}1${ac_uD}
${ac_eA}GWINSZ_IN_SYS_IOCTL${ac_eB}GWINSZ_IN_SYS_IOCTL${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_LIBM${ac_dB}HAVE_LIBM${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBM${ac_uB}HAVE_LIBM${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBM${ac_eB}HAVE_LIBM${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIBDL${ac_dB}HAVE_LIBDL${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBDL${ac_uB}HAVE_LIBDL${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBDL${ac_eB}HAVE_LIBDL${ac_eC}1${ac_eD}
${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD}
${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD}
${ac_eA}RETSIGTYPE${ac_eB}RETSIGTYPE${ac_eC}void${ac_eD}
${ac_dA}OFF_T_IS_64_BIT${ac_dB}OFF_T_IS_64_BIT${ac_dC}1${ac_dD}
${ac_uA}OFF_T_IS_64_BIT${ac_uB}OFF_T_IS_64_BIT${ac_uC}1${ac_uD}
${ac_eA}OFF_T_IS_64_BIT${ac_eB}OFF_T_IS_64_BIT${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}ZSH_64_BIT_TYPE${ac_dB}ZSH_64_BIT_TYPE${ac_dC}long long${ac_dD}
${ac_uA}ZSH_64_BIT_TYPE${ac_uB}ZSH_64_BIT_TYPE${ac_uC}long long${ac_uD}
${ac_eA}ZSH_64_BIT_TYPE${ac_eB}ZSH_64_BIT_TYPE${ac_eC}long long${ac_eD}
${ac_dA}ZSH_64_BIT_UTYPE${ac_dB}ZSH_64_BIT_UTYPE${ac_dC}unsigned long long${ac_dD}
${ac_uA}ZSH_64_BIT_UTYPE${ac_uB}ZSH_64_BIT_UTYPE${ac_uC}unsigned long long${ac_uD}
${ac_eA}ZSH_64_BIT_UTYPE${ac_eB}ZSH_64_BIT_UTYPE${ac_eC}unsigned long long${ac_eD}
${ac_dA}HAVE_STRUCT_TIMEZONE${ac_dB}HAVE_STRUCT_TIMEZONE${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_TIMEZONE${ac_uB}HAVE_STRUCT_TIMEZONE${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_TIMEZONE${ac_eB}HAVE_STRUCT_TIMEZONE${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRUCT_UTMP${ac_dB}HAVE_STRUCT_UTMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_UTMP${ac_uB}HAVE_STRUCT_UTMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_UTMP${ac_eB}HAVE_STRUCT_UTMP${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRUCT_UTMPX${ac_dB}HAVE_STRUCT_UTMPX${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_UTMPX${ac_uB}HAVE_STRUCT_UTMPX${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_UTMPX${ac_eB}HAVE_STRUCT_UTMPX${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRUCT_UTMP_UT_HOST${ac_dB}HAVE_STRUCT_UTMP_UT_HOST${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_UTMP_UT_HOST${ac_uB}HAVE_STRUCT_UTMP_UT_HOST${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_UTMP_UT_HOST${ac_eB}HAVE_STRUCT_UTMP_UT_HOST${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRUCT_UTMPX_UT_HOST${ac_dB}HAVE_STRUCT_UTMPX_UT_HOST${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_UTMPX_UT_HOST${ac_uB}HAVE_STRUCT_UTMPX_UT_HOST${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_UTMPX_UT_HOST${ac_eB}HAVE_STRUCT_UTMPX_UT_HOST${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRUCT_UTMPX_UT_TV${ac_dB}HAVE_STRUCT_UTMPX_UT_TV${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_UTMPX_UT_TV${ac_uB}HAVE_STRUCT_UTMPX_UT_TV${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_UTMPX_UT_TV${ac_eB}HAVE_STRUCT_UTMPX_UT_TV${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRUCT_DIRENT_D_INO${ac_dB}HAVE_STRUCT_DIRENT_D_INO${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_DIRENT_D_INO${ac_uB}HAVE_STRUCT_DIRENT_D_INO${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_DIRENT_D_INO${ac_eB}HAVE_STRUCT_DIRENT_D_INO${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRFTIME${ac_dB}HAVE_STRFTIME${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRFTIME${ac_uB}HAVE_STRFTIME${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRFTIME${ac_eB}HAVE_STRFTIME${ac_eC}1${ac_eD}
${ac_dA}HAVE_DIFFTIME${ac_dB}HAVE_DIFFTIME${ac_dC}1${ac_dD}
${ac_uA}HAVE_DIFFTIME${ac_uB}HAVE_DIFFTIME${ac_uC}1${ac_uD}
${ac_eA}HAVE_DIFFTIME${ac_eB}HAVE_DIFFTIME${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETTIMEOFDAY${ac_dB}HAVE_GETTIMEOFDAY${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETTIMEOFDAY${ac_uB}HAVE_GETTIMEOFDAY${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETTIMEOFDAY${ac_eB}HAVE_GETTIMEOFDAY${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SELECT${ac_dB}HAVE_SELECT${ac_dC}1${ac_dD}
${ac_uA}HAVE_SELECT${ac_uB}HAVE_SELECT${ac_uC}1${ac_uD}
${ac_eA}HAVE_SELECT${ac_eB}HAVE_SELECT${ac_eC}1${ac_eD}
${ac_dA}HAVE_POLL${ac_dB}HAVE_POLL${ac_dC}1${ac_dD}
${ac_uA}HAVE_POLL${ac_uB}HAVE_POLL${ac_uC}1${ac_uD}
${ac_eA}HAVE_POLL${ac_eB}HAVE_POLL${ac_eC}1${ac_eD}
${ac_dA}HAVE_READLINK${ac_dB}HAVE_READLINK${ac_dC}1${ac_dD}
${ac_uA}HAVE_READLINK${ac_uB}HAVE_READLINK${ac_uC}1${ac_uD}
${ac_eA}HAVE_READLINK${ac_eB}HAVE_READLINK${ac_eC}1${ac_eD}
${ac_dA}HAVE_LSTAT${ac_dB}HAVE_LSTAT${ac_dC}1${ac_dD}
${ac_uA}HAVE_LSTAT${ac_uB}HAVE_LSTAT${ac_uC}1${ac_uD}
${ac_eA}HAVE_LSTAT${ac_eB}HAVE_LSTAT${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_LCHOWN${ac_dB}HAVE_LCHOWN${ac_dC}1${ac_dD}
${ac_uA}HAVE_LCHOWN${ac_uB}HAVE_LCHOWN${ac_uC}1${ac_uD}
${ac_eA}HAVE_LCHOWN${ac_eB}HAVE_LCHOWN${ac_eC}1${ac_eD}
${ac_dA}HAVE_FCHDIR${ac_dB}HAVE_FCHDIR${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCHDIR${ac_uB}HAVE_FCHDIR${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCHDIR${ac_eB}HAVE_FCHDIR${ac_eC}1${ac_eD}
${ac_dA}HAVE_FTRUNCATE${ac_dB}HAVE_FTRUNCATE${ac_dC}1${ac_dD}
${ac_uA}HAVE_FTRUNCATE${ac_uB}HAVE_FTRUNCATE${ac_uC}1${ac_uD}
${ac_eA}HAVE_FTRUNCATE${ac_eB}HAVE_FTRUNCATE${ac_eC}1${ac_eD}
${ac_dA}HAVE_FSEEKO${ac_dB}HAVE_FSEEKO${ac_dC}1${ac_dD}
${ac_uA}HAVE_FSEEKO${ac_uB}HAVE_FSEEKO${ac_uC}1${ac_uD}
${ac_eA}HAVE_FSEEKO${ac_eB}HAVE_FSEEKO${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_FTELLO${ac_dB}HAVE_FTELLO${ac_dC}1${ac_dD}
${ac_uA}HAVE_FTELLO${ac_uB}HAVE_FTELLO${ac_uC}1${ac_uD}
${ac_eA}HAVE_FTELLO${ac_eB}HAVE_FTELLO${ac_eC}1${ac_eD}
${ac_dA}HAVE_MKFIFO${ac_dB}HAVE_MKFIFO${ac_dC}1${ac_dD}
${ac_uA}HAVE_MKFIFO${ac_uB}HAVE_MKFIFO${ac_uC}1${ac_uD}
${ac_eA}HAVE_MKFIFO${ac_eB}HAVE_MKFIFO${ac_eC}1${ac_eD}
${ac_dA}HAVE_WAITPID${ac_dB}HAVE_WAITPID${ac_dC}1${ac_dD}
${ac_uA}HAVE_WAITPID${ac_uB}HAVE_WAITPID${ac_uC}1${ac_uD}
${ac_eA}HAVE_WAITPID${ac_eB}HAVE_WAITPID${ac_eC}1${ac_eD}
${ac_dA}HAVE_WAIT3${ac_dB}HAVE_WAIT3${ac_dC}1${ac_dD}
${ac_uA}HAVE_WAIT3${ac_uB}HAVE_WAIT3${ac_uC}1${ac_uD}
${ac_eA}HAVE_WAIT3${ac_eB}HAVE_WAIT3${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SIGACTION${ac_dB}HAVE_SIGACTION${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGACTION${ac_uB}HAVE_SIGACTION${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGACTION${ac_eB}HAVE_SIGACTION${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGBLOCK${ac_dB}HAVE_SIGBLOCK${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGBLOCK${ac_uB}HAVE_SIGBLOCK${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGBLOCK${ac_eB}HAVE_SIGBLOCK${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGHOLD${ac_dB}HAVE_SIGHOLD${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGHOLD${ac_uB}HAVE_SIGHOLD${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGHOLD${ac_eB}HAVE_SIGHOLD${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGRELSE${ac_dB}HAVE_SIGRELSE${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGRELSE${ac_uB}HAVE_SIGRELSE${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGRELSE${ac_eB}HAVE_SIGRELSE${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SIGSETMASK${ac_dB}HAVE_SIGSETMASK${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGSETMASK${ac_uB}HAVE_SIGSETMASK${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGSETMASK${ac_eB}HAVE_SIGSETMASK${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGPROCMASK${ac_dB}HAVE_SIGPROCMASK${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGPROCMASK${ac_uB}HAVE_SIGPROCMASK${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGPROCMASK${ac_eB}HAVE_SIGPROCMASK${ac_eC}1${ac_eD}
${ac_dA}HAVE_KILLPG${ac_dB}HAVE_KILLPG${ac_dC}1${ac_dD}
${ac_uA}HAVE_KILLPG${ac_uB}HAVE_KILLPG${ac_uC}1${ac_uD}
${ac_eA}HAVE_KILLPG${ac_eB}HAVE_KILLPG${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETPGID${ac_dB}HAVE_SETPGID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETPGID${ac_uB}HAVE_SETPGID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETPGID${ac_eB}HAVE_SETPGID${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SETPGRP${ac_dB}HAVE_SETPGRP${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETPGRP${ac_uB}HAVE_SETPGRP${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETPGRP${ac_eB}HAVE_SETPGRP${ac_eC}1${ac_eD}
${ac_dA}HAVE_TCSETPGRP${ac_dB}HAVE_TCSETPGRP${ac_dC}1${ac_dD}
${ac_uA}HAVE_TCSETPGRP${ac_uB}HAVE_TCSETPGRP${ac_uC}1${ac_uD}
${ac_eA}HAVE_TCSETPGRP${ac_eB}HAVE_TCSETPGRP${ac_eC}1${ac_eD}
${ac_dA}HAVE_TCGETATTR${ac_dB}HAVE_TCGETATTR${ac_dC}1${ac_dD}
${ac_uA}HAVE_TCGETATTR${ac_uB}HAVE_TCGETATTR${ac_uC}1${ac_uD}
${ac_eA}HAVE_TCGETATTR${ac_eB}HAVE_TCGETATTR${ac_eC}1${ac_eD}
${ac_dA}HAVE_NICE${ac_dB}HAVE_NICE${ac_dC}1${ac_dD}
${ac_uA}HAVE_NICE${ac_uB}HAVE_NICE${ac_uC}1${ac_uD}
${ac_eA}HAVE_NICE${ac_eB}HAVE_NICE${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_GETHOSTNAME${ac_dB}HAVE_GETHOSTNAME${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETHOSTNAME${ac_uB}HAVE_GETHOSTNAME${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETHOSTNAME${ac_eB}HAVE_GETHOSTNAME${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETHOSTBYNAME2${ac_dB}HAVE_GETHOSTBYNAME2${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETHOSTBYNAME2${ac_uB}HAVE_GETHOSTBYNAME2${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETHOSTBYNAME2${ac_eB}HAVE_GETHOSTBYNAME2${ac_eC}1${ac_eD}
${ac_dA}HAVE_INET_ATON${ac_dB}HAVE_INET_ATON${ac_dC}1${ac_dD}
${ac_uA}HAVE_INET_ATON${ac_uB}HAVE_INET_ATON${ac_uC}1${ac_uD}
${ac_eA}HAVE_INET_ATON${ac_eB}HAVE_INET_ATON${ac_eC}1${ac_eD}
${ac_dA}HAVE_INET_PTON${ac_dB}HAVE_INET_PTON${ac_dC}1${ac_dD}
${ac_uA}HAVE_INET_PTON${ac_uB}HAVE_INET_PTON${ac_uC}1${ac_uD}
${ac_eA}HAVE_INET_PTON${ac_eB}HAVE_INET_PTON${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_INET_NTOP${ac_dB}HAVE_INET_NTOP${ac_dC}1${ac_dD}
${ac_uA}HAVE_INET_NTOP${ac_uB}HAVE_INET_NTOP${ac_uC}1${ac_uD}
${ac_eA}HAVE_INET_NTOP${ac_eB}HAVE_INET_NTOP${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETLOGIN${ac_dB}HAVE_GETLOGIN${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETLOGIN${ac_uB}HAVE_GETLOGIN${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETLOGIN${ac_eB}HAVE_GETLOGIN${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETPWENT${ac_dB}HAVE_GETPWENT${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPWENT${ac_uB}HAVE_GETPWENT${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPWENT${ac_eB}HAVE_GETPWENT${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETPWNAM${ac_dB}HAVE_GETPWNAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPWNAM${ac_uB}HAVE_GETPWNAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPWNAM${ac_eB}HAVE_GETPWNAM${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_GETPWUID${ac_dB}HAVE_GETPWUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPWUID${ac_uB}HAVE_GETPWUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPWUID${ac_eB}HAVE_GETPWUID${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETGRGID${ac_dB}HAVE_GETGRGID${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETGRGID${ac_uB}HAVE_GETGRGID${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETGRGID${ac_eB}HAVE_GETGRGID${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETGRNAM${ac_dB}HAVE_GETGRNAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETGRNAM${ac_uB}HAVE_GETGRNAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETGRNAM${ac_eB}HAVE_GETGRNAM${ac_eC}1${ac_eD}
${ac_dA}HAVE_INITGROUPS${ac_dB}HAVE_INITGROUPS${ac_dC}1${ac_dD}
${ac_uA}HAVE_INITGROUPS${ac_uB}HAVE_INITGROUPS${ac_uC}1${ac_uD}
${ac_eA}HAVE_INITGROUPS${ac_eB}HAVE_INITGROUPS${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_NIS_LIST${ac_dB}HAVE_NIS_LIST${ac_dC}1${ac_dD}
${ac_uA}HAVE_NIS_LIST${ac_uB}HAVE_NIS_LIST${ac_uC}1${ac_uD}
${ac_eA}HAVE_NIS_LIST${ac_eB}HAVE_NIS_LIST${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETUID${ac_dB}HAVE_SETUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETUID${ac_uB}HAVE_SETUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETUID${ac_eB}HAVE_SETUID${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETEUID${ac_dB}HAVE_SETEUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETEUID${ac_uB}HAVE_SETEUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETEUID${ac_eB}HAVE_SETEUID${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETREUID${ac_dB}HAVE_SETREUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETREUID${ac_uB}HAVE_SETREUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETREUID${ac_eB}HAVE_SETREUID${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SETRESUID${ac_dB}HAVE_SETRESUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETRESUID${ac_uB}HAVE_SETRESUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETRESUID${ac_eB}HAVE_SETRESUID${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETSID${ac_dB}HAVE_SETSID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETSID${ac_uB}HAVE_SETSID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETSID${ac_eB}HAVE_SETSID${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMCPY${ac_dB}HAVE_MEMCPY${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMCPY${ac_uB}HAVE_MEMCPY${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMCPY${ac_eB}HAVE_MEMCPY${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETRLIMIT${ac_dB}HAVE_GETRLIMIT${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETRLIMIT${ac_uB}HAVE_GETRLIMIT${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETRLIMIT${ac_eB}HAVE_GETRLIMIT${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETLOCALE${ac_dB}HAVE_SETLOCALE${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETLOCALE${ac_uB}HAVE_SETLOCALE${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETLOCALE${ac_eB}HAVE_SETLOCALE${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_UNAME${ac_dB}HAVE_UNAME${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNAME${ac_uB}HAVE_UNAME${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNAME${ac_eB}HAVE_UNAME${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGNGAM${ac_dB}HAVE_SIGNGAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGNGAM${ac_uB}HAVE_SIGNGAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGNGAM${ac_eB}HAVE_SIGNGAM${ac_eC}1${ac_eD}
${ac_dA}HAVE_PUTENV${ac_dB}HAVE_PUTENV${ac_dC}1${ac_dD}
${ac_uA}HAVE_PUTENV${ac_uB}HAVE_PUTENV${ac_uC}1${ac_uD}
${ac_eA}HAVE_PUTENV${ac_eB}HAVE_PUTENV${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETENV${ac_dB}HAVE_GETENV${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETENV${ac_uB}HAVE_GETENV${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETENV${ac_eB}HAVE_GETENV${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_BRK${ac_dB}HAVE_BRK${ac_dC}1${ac_dD}
${ac_uA}HAVE_BRK${ac_uB}HAVE_BRK${ac_uC}1${ac_uD}
${ac_eA}HAVE_BRK${ac_eB}HAVE_BRK${ac_eC}1${ac_eD}
${ac_dA}HAVE_SBRK${ac_dB}HAVE_SBRK${ac_dC}1${ac_dD}
${ac_uA}HAVE_SBRK${ac_uB}HAVE_SBRK${ac_uC}1${ac_uD}
${ac_eA}HAVE_SBRK${ac_eB}HAVE_SBRK${ac_eC}1${ac_eD}
${ac_dA}HAVE_PATHCONF${ac_dB}HAVE_PATHCONF${ac_dC}1${ac_dD}
${ac_uA}HAVE_PATHCONF${ac_uB}HAVE_PATHCONF${ac_uC}1${ac_uD}
${ac_eA}HAVE_PATHCONF${ac_eB}HAVE_PATHCONF${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYSCONF${ac_dB}HAVE_SYSCONF${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYSCONF${ac_uB}HAVE_SYSCONF${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYSCONF${ac_eB}HAVE_SYSCONF${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRCOLL${ac_dB}HAVE_STRCOLL${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRCOLL${ac_uB}HAVE_STRCOLL${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRCOLL${ac_eB}HAVE_STRCOLL${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETPAGESIZE${ac_dB}HAVE_GETPAGESIZE${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPAGESIZE${ac_uB}HAVE_GETPAGESIZE${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPAGESIZE${ac_eB}HAVE_GETPAGESIZE${ac_eC}1${ac_eD}
${ac_dA}HAVE_MMAP${ac_dB}HAVE_MMAP${ac_dC}1${ac_dD}
${ac_uA}HAVE_MMAP${ac_uB}HAVE_MMAP${ac_uC}1${ac_uD}
${ac_eA}HAVE_MMAP${ac_eB}HAVE_MMAP${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_MUNMAP${ac_dB}HAVE_MUNMAP${ac_dC}1${ac_dD}
${ac_uA}HAVE_MUNMAP${ac_uB}HAVE_MUNMAP${ac_uC}1${ac_uD}
${ac_eA}HAVE_MUNMAP${ac_eB}HAVE_MUNMAP${ac_eC}1${ac_eD}
${ac_dA}HAVE_MSYNC${ac_dB}HAVE_MSYNC${ac_dC}1${ac_dD}
${ac_uA}HAVE_MSYNC${ac_uB}HAVE_MSYNC${ac_uC}1${ac_uD}
${ac_eA}HAVE_MSYNC${ac_eB}HAVE_MSYNC${ac_eC}1${ac_eD}
${ac_dA}GETPGRP_VOID${ac_dB}GETPGRP_VOID${ac_dC}1${ac_dD}
${ac_uA}GETPGRP_VOID${ac_uB}GETPGRP_VOID${ac_uC}1${ac_uD}
${ac_eA}GETPGRP_VOID${ac_eB}GETPGRP_VOID${ac_eC}1${ac_eD}
${ac_dA}HAVE_DLOPEN${ac_dB}HAVE_DLOPEN${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLOPEN${ac_uB}HAVE_DLOPEN${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLOPEN${ac_eB}HAVE_DLOPEN${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_DLERROR${ac_dB}HAVE_DLERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLERROR${ac_uB}HAVE_DLERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLERROR${ac_eB}HAVE_DLERROR${ac_eC}1${ac_eD}
${ac_dA}HAVE_DLSYM${ac_dB}HAVE_DLSYM${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLSYM${ac_uB}HAVE_DLSYM${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLSYM${ac_eB}HAVE_DLSYM${ac_eC}1${ac_eD}
${ac_dA}HAVE_DLCLOSE${ac_dB}HAVE_DLCLOSE${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLCLOSE${ac_uB}HAVE_DLCLOSE${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLCLOSE${ac_eB}HAVE_DLCLOSE${ac_eC}1${ac_eD}
${ac_dA}POSIX_SIGNALS${ac_dB}POSIX_SIGNALS${ac_dC}1${ac_dD}
${ac_uA}POSIX_SIGNALS${ac_uB}POSIX_SIGNALS${ac_uC}1${ac_uD}
${ac_eA}POSIX_SIGNALS${ac_eB}POSIX_SIGNALS${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}POSIX_SIGNALS${ac_dB}POSIX_SIGNALS${ac_dC}1${ac_dD}
${ac_uA}POSIX_SIGNALS${ac_uB}POSIX_SIGNALS${ac_uC}1${ac_uD}
${ac_eA}POSIX_SIGNALS${ac_eB}POSIX_SIGNALS${ac_eC}1${ac_eD}
${ac_dA}RLIM_T_IS_QUAD_T${ac_dB}RLIM_T_IS_QUAD_T${ac_dC}1${ac_dD}
${ac_uA}RLIM_T_IS_QUAD_T${ac_uB}RLIM_T_IS_QUAD_T${ac_uC}1${ac_uD}
${ac_eA}RLIM_T_IS_QUAD_T${ac_eB}RLIM_T_IS_QUAD_T${ac_eC}1${ac_eD}
${ac_dA}PATH_DEV_FD${ac_dB}PATH_DEV_FD${ac_dC}"/proc/self/fd"${ac_dD}
${ac_uA}PATH_DEV_FD${ac_uB}PATH_DEV_FD${ac_uC}"/proc/self/fd"${ac_uD}
${ac_eA}PATH_DEV_FD${ac_eB}PATH_DEV_FD${ac_eC}"/proc/self/fd"${ac_eD}
${ac_dA}PATH_UTMP_FILE${ac_dB}PATH_UTMP_FILE${ac_dC}"/var/run/utmp"${ac_dD}
${ac_uA}PATH_UTMP_FILE${ac_uB}PATH_UTMP_FILE${ac_uC}"/var/run/utmp"${ac_uD}
${ac_eA}PATH_UTMP_FILE${ac_eB}PATH_UTMP_FILE${ac_eC}"/var/run/utmp"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}PATH_WTMP_FILE${ac_dB}PATH_WTMP_FILE${ac_dC}"/var/log/wtmp"${ac_dD}
${ac_uA}PATH_WTMP_FILE${ac_uB}PATH_WTMP_FILE${ac_uC}"/var/log/wtmp"${ac_uD}
${ac_eA}PATH_WTMP_FILE${ac_eB}PATH_WTMP_FILE${ac_eC}"/var/log/wtmp"${ac_eD}
${ac_dA}HAVE_BRK_PROTO${ac_dB}HAVE_BRK_PROTO${ac_dC}1${ac_dD}
${ac_uA}HAVE_BRK_PROTO${ac_uB}HAVE_BRK_PROTO${ac_uC}1${ac_uD}
${ac_eA}HAVE_BRK_PROTO${ac_eB}HAVE_BRK_PROTO${ac_eC}1${ac_eD}
${ac_dA}HAVE_SBRK_PROTO${ac_dB}HAVE_SBRK_PROTO${ac_dC}1${ac_dD}
${ac_uA}HAVE_SBRK_PROTO${ac_uB}HAVE_SBRK_PROTO${ac_uC}1${ac_uD}
${ac_eA}HAVE_SBRK_PROTO${ac_eB}HAVE_SBRK_PROTO${ac_eC}1${ac_eD}
${ac_dA}HAVE_IOCTL_PROTO${ac_dB}HAVE_IOCTL_PROTO${ac_dC}1${ac_dD}
${ac_uA}HAVE_IOCTL_PROTO${ac_uB}HAVE_IOCTL_PROTO${ac_uC}1${ac_uD}
${ac_eA}HAVE_IOCTL_PROTO${ac_eB}HAVE_IOCTL_PROTO${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_MKNOD_PROTO${ac_dB}HAVE_MKNOD_PROTO${ac_dC}1${ac_dD}
${ac_uA}HAVE_MKNOD_PROTO${ac_uB}HAVE_MKNOD_PROTO${ac_uC}1${ac_uD}
${ac_eA}HAVE_MKNOD_PROTO${ac_eB}HAVE_MKNOD_PROTO${ac_eC}1${ac_eD}
${ac_dA}HAVE_FIFOS${ac_dB}HAVE_FIFOS${ac_dC}1${ac_dD}
${ac_uA}HAVE_FIFOS${ac_uB}HAVE_FIFOS${ac_uC}1${ac_uD}
${ac_eA}HAVE_FIFOS${ac_eB}HAVE_FIFOS${ac_eC}1${ac_eD}
${ac_dA}SH_USE_BSD_ECHO${ac_dB}SH_USE_BSD_ECHO${ac_dC}1${ac_dD}
${ac_uA}SH_USE_BSD_ECHO${ac_uB}SH_USE_BSD_ECHO${ac_uC}1${ac_uD}
${ac_eA}SH_USE_BSD_ECHO${ac_eB}SH_USE_BSD_ECHO${ac_eC}1${ac_eD}
${ac_dA}HAVE_LINK${ac_dB}HAVE_LINK${ac_dC}1${ac_dD}
${ac_uA}HAVE_LINK${ac_uB}HAVE_LINK${ac_uC}1${ac_uD}
${ac_eA}HAVE_LINK${ac_eB}HAVE_LINK${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}DYNAMIC_NAME_CLASH_OK${ac_dB}DYNAMIC_NAME_CLASH_OK${ac_dC}1${ac_dD}
${ac_uA}DYNAMIC_NAME_CLASH_OK${ac_uB}DYNAMIC_NAME_CLASH_OK${ac_uC}1${ac_uD}
${ac_eA}DYNAMIC_NAME_CLASH_OK${ac_eB}DYNAMIC_NAME_CLASH_OK${ac_eC}1${ac_eD}
${ac_dA}DYNAMIC${ac_dB}DYNAMIC${ac_dC}1${ac_dD}
${ac_uA}DYNAMIC${ac_uB}DYNAMIC${ac_uC}1${ac_uD}
${ac_eA}DYNAMIC${ac_eB}DYNAMIC${ac_eC}1${ac_eD}
${ac_dA}DL_EXT${ac_dB}DL_EXT${ac_dC}"so"${ac_dD}
${ac_uA}DL_EXT${ac_uB}DL_EXT${ac_uC}"so"${ac_uD}
${ac_eA}DL_EXT${ac_eB}DL_EXT${ac_eC}"so"${ac_eD}
s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # Remove last slash and all that follows it.  Not all systems have dirname.
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
      # The file is in a subdirectory.
      test ! -d "$ac_dir" && mkdir "$ac_dir"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done


\
test -z "$CONFIG_HEADERS" || echo > stamp-h
exit 0


Messages sorted by: Reverse Date, Date, Thread, Author