Code Search for Developers
 
 
  

acconfig.h from Allegro game programming library at Krugle


Show acconfig.h syntax highlighted

/* Define if you want support for 8 bpp modes.  */
#undef ALLEGRO_COLOR8

/* Define if you want support for 16 bpp modes.  */
#undef ALLEGRO_COLOR16

/* Define if you want support for 24 bpp modes.  */
#undef ALLEGRO_COLOR24

/* Define if you want support for 32 bpp modes.  */
#undef ALLEGRO_COLOR32

/* Define if compiler prepends underscore to symbols.  */
#undef ALLEGRO_ASM_PREFIX

/* Define if assembler supports MMX.  */
#undef ALLEGRO_MMX

/* Define if assembler supports SSE.  */
#undef ALLEGRO_SSE

/* Define for Unix platforms, to use C convention for bank switching.  */
#undef ALLEGRO_NO_ASM

/* Define if target platform is linux.  */
#undef ALLEGRO_LINUX

/* Define to enable Linux console VGA driver */
#undef ALLEGRO_LINUX_VGA

/* Define to enable Linux console fbcon driver */
#undef ALLEGRO_LINUX_FBCON

/* Define to enable Linux console VBE/AF driver */
#undef ALLEGRO_LINUX_VBEAF

/* Define to enable Linux console SVGAlib driver */
#undef ALLEGRO_LINUX_SVGALIB

/* Define if SVGAlib driver can check vga_version */
#undef ALLEGRO_LINUX_SVGALIB_HAVE_VGA_VERSION

/* Define if target machine is little endian.  */
#undef ALLEGRO_LITTLE_ENDIAN

/* Define if target machine is big endian.  */
#undef ALLEGRO_BIG_ENDIAN

/* Define if dynamically loaded modules are supported.  */
#undef ALLEGRO_WITH_MODULES

/* Define if you need support for X-Windows.  */
#undef ALLEGRO_WITH_XWINDOWS

/* Define if MIT-SHM extension is supported.  */
#undef ALLEGRO_XWINDOWS_WITH_SHM

/* Define if XF86VidMode extension is supported.  */
#undef ALLEGRO_XWINDOWS_WITH_XF86VIDMODE

/* Define if XF86DGA extension is supported.  */
#undef ALLEGRO_XWINDOWS_WITH_XF86DGA

/* Define if DGA version 2.0 or newer is supported */
#undef ALLEGRO_XWINDOWS_WITH_XF86DGA2

/* Define if OSS DIGI driver is supported.  */
#undef ALLEGRO_WITH_OSSDIGI

/* Define if OSS MIDI driver is supported.  */
#undef ALLEGRO_WITH_OSSMIDI

/* Define if ALSA DIGI driver is supported.  */
#undef ALLEGRO_WITH_ALSADIGI

/* Define if ALSA MIDI driver is supported.  */
#undef ALLEGRO_WITH_ALSAMIDI

/* Define if ESD DIGI driver is supported.  */
#undef ALLEGRO_WITH_ESDDIGI

/* Define to (void *)-1, if MAP_FAILED is not defined.  */
#undef MAP_FAILED

/* Define if constructor attribute is supported. */
#undef ALLEGRO_USE_CONSTRUCTOR

/* Define if sched_yield is provided by some library.  */
#undef ALLEGRO_USE_SCHED_YIELD





See more files for this project here

Allegro game programming library

Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming.

Project homepage: http://sourceforge.net/projects/alleg
Programming language(s): Assembly,C,Shell Script
License: other

  demo/
    demo.c
    demo.h
    music.txt
  docs/
    build/
      bcc32.txt
      beos.txt
      djgpp.txt
      linux.txt
      macos.txt
      mingw32.txt
      msvc.txt
      qnx.txt
      unix.txt
      watcom.txt
    html/
      tmpfile.txt
    info/
      tmpfile.txt
    man/
      tmpfile.txt
    rtf/
      tmpfile.txt
    src/
      abi._tx
      ahack._tx
      allegro._tx
      changes._tx
      const._tx
      faq._tx
      help._tx
      thanks._tx
    texi/
      tmpfile.txt
    txt/
    makedoc.c
  examples/
    allegro.pcx
    ex12bit.c
    ex3buf.c
    ex3d.c
    exaccel.c
    exalpha.c
    example.dat
    example.h
    examples.txt
    exbitmap.c
    exblend.c
    excamera.c
    excolmap.c
    excustom.c
    exdata.c
    exdbuf.c
    exdodgy.c
    exexedat.c
    exfixed.c
    exflame.c
    exflip.c
    exgui.c
    exhello.c
    exjoy.c
    exkeys.c
    exlights.c
    exmem.c
    exmidi.c
    exmouse.c
    expal.c
    expat.c
    exquat.c
    exrgbhsv.c
    exsample.c
    exscale.c
    exscn3d.c
    exscroll.c
    exshade.c
    exspline.c
    exsprite.c
    exstars.c
    exstream.c
    exswitch.c
    extimer.c
    extrans.c
    extruec.c
    exunicod.c
    exupdate.c
    exxfade.c
    exzbuf.c
    mysha.pcx
    planet.pcx
    running.dat
    running.h
    unifont.dat
  include/
    allegro/
    allegro.h
    bealleg.h
    linalleg.h
    macalleg.h
    qnxalleg.h
    winalleg.h
    xalleg.h
  lib/
    bcc32/
    beos/
    djgpp/
    mingw32/
    msvc/
    qnx/
    unix/
    watcom/
  misc/
    alex.xpm
    allegro-config-qnx.sh
    allegro-config.in
    allegro.spec
    askq.c
  obj/
  resource/
  setup/
  src/
  tests/
  tools/
  acconfig.h
  aclocal.m4
  allegro.cfg
  configure.in
  fix.bat
  fix.sh
  fixmpw.sh
  indent.pro
  makefile.all
  makefile.bcc
  makefile.be
  makefile.dj
  makefile.in
  makefile.lst
  makefile.mgw
  makefile.mpw
  makefile.qnx
  makefile.tst
  makefile.vc
  makefile.ver
  makefile.wat
  modules.lst
  readme.txt
  stamp-h.in
  todo.txt
  xmake.sh