/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* -*-C-*-
$Id: acconfig.h,v 11.4 2001/03/03 05:17:29 cph Exp $
Copyright (c) 2000-2001 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef SCM_CONFIG_H
#define SCM_CONFIG_H
/* Define if type char is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
/* #undef __CHAR_UNSIGNED__ */
#endif
/* Define to empty if the keyword does not work. */
/* #undef const */
/* 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 don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
/* Define if you support file names longer than 14 characters. */
#define HAVE_LONG_FILE_NAMES 1
/* Define if you have a working `mmap' system call. */
#define HAVE_MMAP 1
/* Define if system calls automatically restart after interruption
by a signal. */
#define HAVE_RESTARTABLE_SYSCALLS 1
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define if your struct tm has tm_zone. */
#define HAVE_TM_ZONE 1
/* Define if you don't have tm_zone but do have the external array
tzname. */
/* #undef HAVE_TZNAME */
/* Define if utime(file, NULL) sets file's timestamp to the present. */
#define HAVE_UTIME_NULL 1
/* Define if you have <vfork.h>. */
/* #undef HAVE_VFORK_H */
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define if you have the wait3 system call. */
#define HAVE_WAIT3 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 if the `setpgrp' function takes no argument. */
/* #undef SETPGRP_VOID */
/* Define if the setvbuf function takes the buffering type as its second
argument and the buffer pointer as the third, as on System V
before release 3. */
/* #undef SETVBUF_REVERSED */
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
/* 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 if your <sys/time.h> declares struct tm. */
/* #undef TM_IN_SYS_TIME */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
/* Define vfork as fork if vfork does not work. */
/* #undef vfork */
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
/* Define if RETSIGTYPE is `void'. */
#define VOID_SIGNAL_HANDLERS 1
/* Define to `short' if <sys/types.h> doesn't define. */
/* #undef nlink_t */
/* Define to `unsigned long' if <time.h> doesn't define. */
/* #undef clock_t */
/* Define to `long' if <time.h> doesn't define. */
/* #undef time_t */
/* Define to `int' if <sys/socket.h> doesn't define. */
/* #undef socklen_t */
/* Define to `unsigned char' if <termios.h> doesn't define. */
/* #undef cc_t */
/* Define to `short' if <termios.h> doesn't define. */
/* #undef speed_t */
/* Define if `struct ltchars' is defined in <bsdtty.h>. */
/* #undef HAVE_STRUCT_LTCHARS */
/* Define if `struct sigcontext' is defined in <signal.h>. */
#define HAVE_STRUCT_SIGCONTEXT 1
/* Define if `struct hostent' has the `h_addr_list' member. */
#define HAVE_HOSTENT_H_ADDR_LIST 1
/* Define if `struct tm' has the `tm_gmtoff' member. */
#define HAVE_TM_GMTOFF 1
/* Define to name of `tm_gmtoff' member if HAVE_TM_GMTOFF defined. */
#define TM_GMTOFF tm_gmtoff
/* Define if global timezone variable is available. */
/* #undef HAVE_TIMEZONE */
/* Define to name of global timezone variable if HAVE_TIMEZONE defined. */
/* #undef TIMEZONE */
/* Define if architecture has native-code compiler support. */
#define HAS_COMPILER_SUPPORT 1
/* Define if blowfish library is present. */
/* #undef HAVE_LIBBLOWFISH */
/* Define if OpenSSL crypto library is present. */
#define HAVE_LIBCRYPTO 1
/* Define if curses library is present. */
/* #undef HAVE_LIBCURSES */
/* Define if gdbm library is present. */
#define HAVE_LIBGDBM 1
/* Define if md5 library is present. */
/* #undef HAVE_LIBMD5 */
/* Define if mcrypt library is present. */
/* #undef HAVE_LIBMCRYPT */
/* Define if mhash library is present. */
#define HAVE_LIBMHASH 1
/* Define if ncurses library is present. */
#define HAVE_LIBNCURSES 1
/* Define if ncurses library defines `tparam'. */
/* #undef LIBNCURSES_DEFINES_TPARAM */
/* Define if termcap library is present. */
/* #undef HAVE_LIBTERMCAP */
/* The number of bytes in a unsigned long. */
#define SIZEOF_UNSIGNED_LONG 4
/* Define if you have the ctermid function. */
#define HAVE_CTERMID 1
/* Define if you have the dup2 function. */
#define HAVE_DUP2 1
/* Define if you have the fcntl function. */
#define HAVE_FCNTL 1
/* Define if you have the floor function. */
#define HAVE_FLOOR 1
/* Define if you have the fpathconf function. */
#define HAVE_FPATHCONF 1
/* Define if you have the frexp function. */
#define HAVE_FREXP 1
/* Define if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1
/* Define if you have the getcwd function. */
#define HAVE_GETCWD 1
/* Define if you have the gethostbyname function. */
#define HAVE_GETHOSTBYNAME 1
/* Define if you have the gethostname function. */
#define HAVE_GETHOSTNAME 1
/* 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 getpgrp function. */
#define HAVE_GETPGRP 1
/* Define if you have the gettimeofday function. */
#define HAVE_GETTIMEOFDAY 1
/* Define if you have the getwd function. */
#define HAVE_GETWD 1
/* Define if you have the grantpt function. */
#define HAVE_GRANTPT 1
/* Define if you have the kill function. */
#define HAVE_KILL 1
/* Define if you have the lockf function. */
#define HAVE_LOCKF 1
/* Define if you have the memcpy function. */
#define HAVE_MEMCPY 1
/* Define if you have the mkdir function. */
#define HAVE_MKDIR 1
/* Define if you have the mktime function. */
#define HAVE_MKTIME 1
/* Define if you have the modf function. */
#define HAVE_MODF 1
/* Define if you have the nice function. */
#define HAVE_NICE 1
/* Define if you have the poll function. */
#define HAVE_POLL 1
/* Define if you have the prealloc function. */
/* #undef HAVE_PREALLOC */
/* Define if you have the rename function. */
#define HAVE_RENAME 1
/* Define if you have the rmdir function. */
#define HAVE_RMDIR 1
/* Define if you have the select function. */
#define HAVE_SELECT 1
/* Define if you have the setitimer function. */
#define HAVE_SETITIMER 1
/* Define if you have the setpgrp function. */
#define HAVE_SETPGRP 1
/* Define if you have the setpgrp2 function. */
/* #undef HAVE_SETPGRP2 */
/* Define if you have the shmat function. */
#define HAVE_SHMAT 1
/* Define if you have the sigaction function. */
#define HAVE_SIGACTION 1
/* Define if you have the sighold function. */
#define HAVE_SIGHOLD 1
/* Define if you have the socket function. */
#define HAVE_SOCKET 1
/* Define if you have the statfs function. */
#define HAVE_STATFS 1
/* Define if you have the strchr function. */
#define HAVE_STRCHR 1
/* Define if you have the strstr function. */
#define HAVE_STRSTR 1
/* Define if you have the strtol function. */
#define HAVE_STRTOL 1
/* Define if you have the strtoul function. */
#define HAVE_STRTOUL 1
/* Define if you have the symlink function. */
#define HAVE_SYMLINK 1
/* Define if you have the sysconf function. */
#define HAVE_SYSCONF 1
/* Define if you have the times function. */
#define HAVE_TIMES 1
/* Define if you have the truncate function. */
#define HAVE_TRUNCATE 1
/* Define if you have the uname function. */
#define HAVE_UNAME 1
/* Define if you have the utime function. */
#define HAVE_UTIME 1
/* Define if you have the waitpid function. */
#define HAVE_WAITPID 1
/* Define if you have the <blowfish.h> header file. */
#define HAVE_BLOWFISH_H 1
/* Define if you have the <bsdtty.h> header file. */
/* #undef HAVE_BSDTTY_H */
/* Define if you have the <curses.h> header file. */
#define HAVE_CURSES_H 1
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <gdbm.h> header file. */
#define HAVE_GDBM_H 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1
/* Define if you have the <mcrypt.h> header file. */
/* #undef HAVE_MCRYPT_H */
/* Define if you have the <md5.h> header file. */
#define HAVE_MD5_H 1
/* Define if you have the <mhash.h> header file. */
#define HAVE_MHASH_H 1
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
/* Define if you have the <openssl/blowfish.h> header file. */
#define HAVE_OPENSSL_BLOWFISH_H 1
/* Define if you have the <openssl/md5.h> header file. */
#define HAVE_OPENSSL_MD5_H 1
/* Define if you have the <sgtty.h> header file. */
#define HAVE_SGTTY_H 1
/* Define if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1
/* Define if you have the <stropts.h> header file. */
/* #undef HAVE_STROPTS_H */
/* Define if you have the <sys/dir.h> header file. */
/* #undef HAVE_SYS_DIR_H */
/* Define if you have the <sys/file.h> header file. */
#define HAVE_SYS_FILE_H 1
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/mount.h> header file. */
#define HAVE_SYS_MOUNT_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/poll.h> header file. */
#define HAVE_SYS_POLL_H 1
/* Define if you have the <sys/ptyio.h> header file. */
/* #undef HAVE_SYS_PTYIO_H */
/* Define if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <sys/un.h> header file. */
#define HAVE_SYS_UN_H 1
/* Define if you have the <sys/vfs.h> header file. */
/* #undef HAVE_SYS_VFS_H */
/* Define if you have the <term.h> header file. */
#define HAVE_TERM_H 1
/* Define if you have the <termio.h> header file. */
/* #undef HAVE_TERMIO_H */
/* Define if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1
/* Define if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define if you have the dl library (-ldl). */
#define HAVE_LIBDL 1
/* Define if you have the m library (-lm). */
#define HAVE_LIBM 1
#ifndef __unix__
# define __unix__
#endif
#if defined(_IRIX) || defined(_IRIX4) || defined(_IRIX6)
# define __IRIX__
#endif
#if defined(__hpux) || defined(hpux)
# define __HPUX__
#endif
/* If we're running under GNU libc, turn on all the features.
Otherwise this should be harmless. */
#define _GNU_SOURCE
#include <sys/types.h>
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>
#else
# ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
# else
# include <time.h>
# endif
#endif
#ifdef HAVE_TERMIOS_H
# include <termios.h>
#else
# ifdef HAVE_TERMIO_H
# include <termio.h>
# endif
#endif
/* Include the shared configuration header. */
#include "confshared.h"
#endif /* SCM_CONFIG_H */
syntax highlighted by Code2HTML, v. 0.9.1