/* config.h.in -- config.h configure input $Id: config.h.in,v 1.14 2002/11/03 04:23:21 jsh Exp $ Copyright (C) 1999 John Harper This file is part of sawmill. sawmill 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. sawmill 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 sawmill; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef SAWMILL_CONFIG_H #define SAWMILL_CONFIG_H /* Define if X11 is available */ #undef HAVE_X11 /* Define if using alloca.c. */ #undef C_ALLOCA /* Define to empty if the keyword does not work. */ #undef const /* Define as __inline if that's what the C compiler calls it. */ #undef inline /* Define if words are stored with the most significant byte first */ #undef WORDS_BIGENDIAN /* 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 you have alloca, as a function or macro. */ #undef HAVE_ALLOCA /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF /* Define to `unsigned' if 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 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 exists */ #undef HAVE_MEMORY_H #ifdef HAVE_MEMORY_H # define NEED_MEMORY_H /* backwards compatibility */ #endif /* Define if exists */ #undef HAVE_X11_SM_SMLIB_H /* Define if exists */ #undef HAVE_X11_EXTENSIONS_XDBE_H /* Define if exists */ #undef HAVE_X11_EXTENSIONS_XINERAMA_H /* Define if exists */ #undef HAVE_X11_XFT_XFT_H /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME /* Define if you have the snprintf function. */ #undef HAVE_SNPRINTF /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_SYS_UTSNAME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL /* Define if you have the og library (-log). */ #undef HAVE_LIBOG /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if using Doug Lea's malloc */ #undef DOUG_LEA_MALLOC /* Define if using libc's malloc */ #undef LIBC_MALLOC /* Define if using r_alloc and friends */ #undef USE_R_ALLOC /* Define if you have the enlightened sound daemon */ #undef HAVE_ESD /* Define if using Imlib 1 */ #undef HAVE_IMLIB /* Define if using pixmap-cache.c */ #undef NEED_PIXMAP_CACHE /* Define if you have gdk-pixbuf (the xlib version) */ #undef HAVE_GDK_PIXBUF #endif /* SAWMILL_CONFIG_H */