/* setup.h.in. Generated automatically from configure.in by autoheader. */ /* Copyright (C) 1997, Carlo Wood * * 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, 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., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ /* Define to `int' if doesn't define. */ #undef gid_t /* Define if system calls automatically restart after interruption by a signal. */ #undef HAVE_RESTARTABLE_SYSCALLS /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME /* Define to `int' if doesn't define. */ #undef uid_t /* 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 you have the resolv library (-lresolv) */ #undef HAVE_LIB_RESOLV /* Define one of these, depending on wether you have POSIX, BSD or SYSV non-blocking stuff */ #undef NBLOCK_POSIX #undef NBLOCK_BSD #undef NBLOCK_SYSV /* Define on of these, depending on wether you have POSIX, BSD or SYSV signal handling */ #undef POSIX_SIGNALS #undef BSD_RELIABLE_SIGNALS #undef SYSV_UNRELIABLE_SIGNALS /* Define these to be unsigned integral internal types, * of respecitvely 2 and 4 bytes in size, when not already * defined in , or */ #undef u_int16_t #undef u_int32_t /* Define this to the printf format for size_t */ #undef SIZE_T_FMT /* Define this to the printf format for time_t */ #undef TIME_T_FMT /* Define this to the printf signed format for time_t */ #undef STIME_T_FMT /* The number of bytes in a int. */ #undef SIZEOF_INT /* The number of bytes in a long. */ #undef SIZEOF_LONG /* The number of bytes in a short. */ #undef SIZEOF_SHORT /* The number of bytes in a size_t. */ #undef SIZEOF_SIZE_T /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P /* Define if you have the header file. */ #undef HAVE_POLL_H /* Define if you have the crypt library (-lcrypt). */ #undef HAVE_LIBCRYPT