Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3140 in orxonox.OLD for orxonox/trunk/config.h.in


Ignore:
Timestamp:
Dec 10, 2004, 7:44:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/images back into the trunk.
merged with command: svn merge bensches/images/ trunk/ -r 3084:HEAD

Conflicts in configure/.ac

resolved in favor of branches/images (newer)

Mayor differences:

  1. Image-Importing capability.
  2. configure remade for usage with sdl-image/jpeglib and so on.
  3. Absolutely no change in the trunk/src
File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/config.h.in

    r3101 r3140  
    1616#undef HAVE_INTTYPES_H
    1717
     18/* Define to 1 if you have the <jpeglib.h> header file. */
     19#undef HAVE_JPEGLIB_H
     20
    1821/* Define to 1 if you have the `m' library (-lm). */
    1922#undef HAVE_LIBM
     
    3235#undef HAVE_OPENGL_GL_H
    3336
     37/* Define to 1 if you have the <png.h> header file. */
     38#undef HAVE_PNG_H
     39
    3440/* Define to 1 if you have the <SDL/SDL.h> header file. */
    3541#undef HAVE_SDL_SDL_H
     42
     43/* Define to 1 if you have the <SDL/SDL_image.h> header file. */
     44#undef HAVE_SDL_SDL_IMAGE_H
    3645
    3746/* Define to 1 if you have the `sqrt' function. */
Note: See TracChangeset for help on using the changeset viewer.