[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[692] trunk/fuse/fusepb/config.h
Brought to you by:
fredm
From: <fr...@us...> - 2012-10-29 12:03:03
|
Revision: 692 http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=692&view=rev Author: fredm Date: 2012-10-29 12:02:52 +0000 (Mon, 29 Oct 2012) Log Message: ----------- Add defines for libbz2 and audiofile to config.h for proper support when building libspectrum files. Modified Paths: -------------- trunk/fuse/fusepb/config.h Modified: trunk/fuse/fusepb/config.h =================================================================== --- trunk/fuse/fusepb/config.h 2012-10-29 12:01:33 UTC (rev 691) +++ trunk/fuse/fusepb/config.h 2012-10-29 12:02:52 UTC (rev 692) @@ -31,6 +31,12 @@ /* Define to 1 if you have the <libspectrum.h> header file. */ #define HAVE_LIBSPECTRUM_H 1 +/* Define to 1 if you have the `bz2' library (-lbz2). */ +#define HAVE_LIBBZ2 1 + +/* Defined if we've got audiofile */ +#define HAVE_LIB_AUDIOFILE 1 + /* Defined if we've got glib */ /* #undef HAVE_LIB_GLIB */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |