Revision: 6511
http://playerstage.svn.sourceforge.net/playerstage/?rev=6511&view=rev
Author: gbiggs
Date: 2008-06-09 23:37:27 -0700 (Mon, 09 Jun 2008)
Log Message:
-----------
Fixed config.h, playerconfig.h and their little friends.
Added Paths:
-----------
code/player/trunk/config.h.in
code/player/trunk/playerconfig.h.in
Removed Paths:
-------------
code/player/trunk/config.h.cmake
Deleted: code/player/trunk/config.h.cmake
===================================================================
--- code/player/trunk/config.h.cmake 2008-06-10 06:37:01 UTC (rev 6510)
+++ code/player/trunk/config.h.cmake 2008-06-10 06:37:27 UTC (rev 6511)
@@ -1,91 +0,0 @@
-/* config.h. Generated by CMake for @[EMAIL PROTECTED] */
-
-/* Player version string */
-#cmakedefine PLAYER_VERSION "${PLAYER_VERSION}"
-
-/* Install prefix */
-#define PLAYER_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
-
-/* Logging level to console and system log */
-#cmakedefine DEBUG_LEVEL @DEBUG_LEVEL@
-
-/* enable TCP_NODELAY */
-#cmakedefine ENABLE_TCP_NODELAY 1
-
-/* Define to 1 if you have the `cfmakeraw' function. */
-#cmakedefine HAVE_CFMAKERAW 1
-
-/* Define to 1 if you have the `dirname' function. */
-#cmakedefine HAVE_DIRNAME 1
-
-/* Define to 1 if you have the `getaddrinfo' function. */
-#cmakedefine HAVE_GETADDRINFO 1
-
-/* Define to 1 if you have the <jpeglib.h> header file. */
-#cmakedefine HAVE_JPEGLIB_H 1
-
-/* Define to 1 if you have the GL library (-lGL). */
-#cmakedefine HAVE_LIBGL 1
-
-/* Define to 1 if you have the GLU library (-lGLU). */
-#cmakedefine HAVE_LIBGLU 1
-
-/* Define to 1 if you have the GLUT library (-lGglut). */
-#cmakedefine HAVE_LIBGLUT 1
-
-/* Define to 1 if you have the jpeg library (-ljpeg). */
-#cmakedefine HAVE_LIBJPEG 1
-
-/* Define to 1 if you have the ltdl library (-lltdl). */
-#cmakedefine HAVE_LIBLTDL 1
-
-/* Define to 1 if you have the z library (-lz). */
-#cmakedefine HAVE_LIBZ 1
-
-/* Define to 1 if you have the <linux/joystick.h> header file. */
-#cmakedefine HAVE_LINUX_JOYSTICK_H 1
-
-/* Define to 1 if libplayersd is being built. */
-#cmakedefine HAVE_PLAYERSD 1
-
-/* Define to 1 if you have the `poll' function. */
-#cmakedefine HAVE_POLL 1
-
-/* Define to 1 if you have the `round' function. */
-#cmakedefine HAVE_ROUND 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#cmakedefine HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#cmakedefine HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#cmakedefine HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#cmakedefine HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/filio.h> header file. */
-#cmakedefine HAVE_SYS_FILIO_H 1
-
-/* Define to 1 if you have the <sys/soundcard.h> header file. */
-#cmakedefine HAVE_SYS_SOUNDCARD_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#cmakedefine HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#cmakedefine HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#cmakedefine HAVE_UNISTD_H 1
-
-/* Define to 1 if you have the <zlib.h> header file. */
-#cmakedefine HAVE_ZLIB_H 1
-
-/* Define to 1 if you do NOT have the compressBound function in libz */
-#cmakedefine NEED_COMPRESSBOUND 1
-
-/* Define to 1 if the system is big endian. */
-#cmakedefine WORDS_BIGENDIAN 1
\ No newline at end of file
Copied: code/player/trunk/config.h.in (from rev 6488,
code/player/trunk/config.h.cmake)
===================================================================
--- code/player/trunk/config.h.in (rev 0)
+++ code/player/trunk/config.h.in 2008-06-10 06:37:27 UTC (rev 6511)
@@ -0,0 +1,64 @@
+/* config.h. Generated by CMake for @[EMAIL PROTECTED] */
+
+/* Player version string */
+#cmakedefine PLAYER_VERSION "${PLAYER_VERSION}"
+
+/* Install prefix */
+#define PLAYER_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
+
+/* enable TCP_NODELAY */
+#cmakedefine ENABLE_TCP_NODELAY 1
+
+/* Define to 1 if you have the `getaddrinfo' function. */
+#cmakedefine HAVE_GETADDRINFO 1
+
+/* Define to 1 if you have the <jpeglib.h> header file. */
+#cmakedefine HAVE_JPEGLIB_H 1
+
+/* Define to 1 if you have the GL library (-lGL). */
+#cmakedefine HAVE_LIBGL 1
+
+/* Define to 1 if you have the GLU library (-lGLU). */
+#cmakedefine HAVE_LIBGLU 1
+
+/* Define to 1 if you have the GLUT library (-lGglut). */
+#cmakedefine HAVE_LIBGLUT 1
+
+/* Define to 1 if you have the jpeg library (-ljpeg). */
+#cmakedefine HAVE_LIBJPEG 1
+
+/* Define to 1 if you have the z library (-lz). */
+#cmakedefine HAVE_LIBZ 1
+
+/* Define to 1 if you have the <linux/joystick.h> header file. */
+#cmakedefine HAVE_LINUX_JOYSTICK_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#cmakedefine HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#cmakedefine HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#cmakedefine HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/filio.h> header file. */
+#cmakedefine HAVE_SYS_FILIO_H 1
+
+/* Define to 1 if you have the <sys/soundcard.h> header file. */
+#cmakedefine HAVE_SYS_SOUNDCARD_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#cmakedefine HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#cmakedefine HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#cmakedefine HAVE_UNISTD_H 1
+
+/* Define to 1 if you have the <zlib.h> header file. */
+#cmakedefine HAVE_ZLIB_H 1
+
+/* Define to 1 if the system is big endian. */
+#cmakedefine WORDS_BIGENDIAN 1
\ No newline at end of file
Copied: code/player/trunk/playerconfig.h.in (from rev 6502,
code/player/trunk/libplayercore/playerconfig.h.in)
===================================================================
--- code/player/trunk/playerconfig.h.in (rev 0)
+++ code/player/trunk/playerconfig.h.in 2008-06-10 06:37:27 UTC (rev 6511)
@@ -0,0 +1,17 @@
+#cmakedefine HAVE_GEOS 1
+#cmakedefine HAVE_CFMAKERAW 1
+#cmakedefine HAVE_DIRNAME 1
+#cmakedefine HAVE_LIBLTDL 1
+#cmakedefine HAVE_PLAYERSD 1
+#cmakedefine HAVE_POLL 1
+#cmakedefine HAVE_ROUND 1
+#cmakedefine HAVE_STDINT_H 1
+#cmakedefine NEED_COMPRESSBOUND 1
+
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#include <sys/types.h>
+
+/* Logging level to console and system log */
+#cmakedefine DEBUG_LEVEL @DEBUG_LEVEL@
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit