/* include/config.h. Generated automatically by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ /*------------------------------------------------------------------------- * Filename: acconfig.h * Version: $Id: acconfig.h,v 1.1.4.2 1999/06/09 10:14:03 erik Exp $ * Copyright: Copyright (C) 1998, * Author: Erik Mouw * Description: Definitions for GNU autoconf/automake/libtool * Created at: Fri Apr 9 22:39:05 1999 * Modified by: Erik Mouw * Modified at: Wed May 26 23:11:44 1999 *-----------------------------------------------------------------------*/ /* acconfig.h -- defines for autoconf macros * Copyright (C) 1999 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ /* * * WARNING: * Don't try to edit config.h.in or config.h, because your changes will * be overwritten once you run automake, autoconf or configure. Edit * acconfig.h instead. * */ #ident "$Id: acconfig.h,v 1.1.4.2 1999/06/09 10:14:03 erik Exp $" #ifndef CONFIG_H #define CONFIG_H /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if on MINIX. */ /* #undef _MINIX */ /* Define if the system does not provide POSIX.1 features except with this defined. */ /* #undef _POSIX_1_SOURCE */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define the package name here */ #define PACKAGE "musica" /* Define the package version here */ #define VERSION "1.1.4" /* Define if the compiler doesn't have __FILE__ macro */ /* #undef __FILE__ */ /* Define if the compiler doesn't have __LINE__ macro */ /* #undef __LINE__ */ /* Define if the compiler doesn't have __FUNCTION__ macro */ /* #undef __FUNCTION__ */ /* Define if the compiler doesn't have __PRETTY_FUNCTION__ macro */ /* #undef __PRETTY_FUNCTION__ */ /* Define if you want to enable run-time debug information */ /* #undef MUSICA_DEBUG */ /* Define if you want to enable run-time timing debug information */ /* #undef TIMING_DEBUG */ /* Define if you want to enable run-time MIDI I/O debug information */ /* #undef MIDI_DEBUG */ /* Define if you have a clean memcmp function */ #define HAVE_MEMCMP_CLEAN 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ /* #undef HAVE_LINUX_SOUNDCARD_H */ /* Define if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 #endif