/[svn]/linuxsampler/trunk/acconfig.h
ViewVC logotype

Annotation of /linuxsampler/trunk/acconfig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations) (download) (as text)
Wed Nov 5 14:47:10 2003 UTC (20 years, 5 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 169 byte(s)
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture

1 schoenebeck 9 /* Define if the C compiler supports BOOL */
2     #undef HAVE_BOOL
3    
4     #undef VERSION
5    
6     #undef PACKAGE
7    
8     /* Define if you need the GNU extensions to compile */
9     #undef _GNU_SOURCE

  ViewVC Help
Powered by ViewVC