Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3430 in orxonox.OLD for orxonox/branches/trackManager/config.h.in


Ignore:
Timestamp:
Mar 1, 2005, 9:50:30 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: merged trunk back to trackManager
merged with command
svn merge -r 3369:HEAD trunk/ branches/trackManager
resoloved conflicts in favor of the trunk.

Location:
orxonox/branches/trackManager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager

    • Property svn:externals set to
  • orxonox/branches/trackManager/config.h.in

    r3205 r3430  
    77#undef HAVE_BZERO
    88
     9/* if we have CURL */
     10#undef HAVE_CURL
     11
     12/* Define to 1 if you have the <curl/curl.h> header file. */
     13#undef HAVE_CURL_CURL_H
     14
    915/* Define to 1 if you have the <GL/glu.h> header file. */
    1016#undef HAVE_GL_GLU_H
     
    1218/* Define to 1 if you have the <GL/gl.h> header file. */
    1319#undef HAVE_GL_GL_H
     20
     21/* if we have gThread */
     22#undef HAVE_GTHREAD
    1423
    1524/* if we have GTK2 */
     
    4049/* Define to 1 if you have the <png.h> header file. */
    4150#undef HAVE_PNG_H
     51
     52/* Define to 1 if you have the <pthread.h> header file. */
     53#undef HAVE_PTHREAD_H
    4254
    4355/* Define to 1 if you have the <SDL/SDL.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.