Changeset 6271 in orxonox.OLD for trunk/config.h.in
- Timestamp:
- Dec 23, 2005, 1:54:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.h.in
r5822 r6271 6 6 /* in which debug mode we are */ 7 7 #undef DEBUG 8 9 /* Define to 1 if you have the <AL/alut.h> header file. */10 #undef HAVE_AL_ALUT_H11 8 12 9 /* Define to 1 if you have the <AL/al.h> header file. */ … … 18 15 /* if we have CURL */ 19 16 #undef HAVE_CURL 20 21 /* Define to 1 if you have the <curl/curl.h> header file. */22 #undef HAVE_CURL_CURL_H23 17 24 18 /* Define to 1 if you have the <GL/glew.h> header file. */ … … 47 41 #undef HAVE_MEMORY_H 48 42 49 /* Define to 1 if you have the <ogg/ogg.h> header file. */50 #undef HAVE_OGG_OGG_H51 52 43 /* Define to 1 if you have the <OpenAL/al.h> header file. */ 53 44 #undef HAVE_OPENAL_AL_H … … 59 50 #undef HAVE_OPENGL_GL_H 60 51 61 /* Define to 1 if you have the <SDL.h> header file. */62 #undef HAVE_SDL_H63 64 /* Define to 1 if you have the <SDL_image.h> header file. */65 #undef HAVE_SDL_IMAGE_H66 67 /* Define to 1 if you have the <SDL_net.h> header file. */68 #undef HAVE_SDL_NET_H69 70 52 /* Define to 1 if you have the <SDL/SDL.h> header file. */ 71 53 #undef HAVE_SDL_SDL_H 72 73 /* Define to 1 if you have the <SDL/SDL_image.h> header file. */74 #undef HAVE_SDL_SDL_IMAGE_H75 76 /* Define to 1 if you have the <SDL/SDL_net.h> header file. */77 #undef HAVE_SDL_SDL_NET_H78 79 /* Define to 1 if you have the <SDL/SDL_ttf.h> header file. */80 #undef HAVE_SDL_SDL_TTF_H81 82 /* Define to 1 if you have the <SDL_ttf.h> header file. */83 #undef HAVE_SDL_TTF_H84 54 85 55 /* Define to 1 if you have the `sqrt' function. */ … … 109 79 /* Define to 1 if you have the <unistd.h> header file. */ 110 80 #undef HAVE_UNISTD_H 111 112 /* Define to 1 if you have the <vorbis/vorbisfile.h> header file. */113 #undef HAVE_VORBIS_VORBISFILE_H114 81 115 82 /* Define to 1 if the system has the type `_Bool'. */
Note: See TracChangeset
for help on using the changeset viewer.