diff options
author | marha <marha@users.sourceforge.net> | 2009-09-24 16:26:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-24 16:26:20 +0000 |
commit | 82967ab5e087a2fdfcb984f990ba117da68a5b60 (patch) | |
tree | 52ca72e09a0d1d0ecacfb51a8b0b5d1c8193449c /libXdmcp/config.h | |
parent | f02db4f3b9d748e1fd06e3ae2985b9cf1547cc7e (diff) | |
parent | 67b353c9ce039b254ba2e92cd6f842c505a8bd21 (diff) | |
download | vcxsrv-82967ab5e087a2fdfcb984f990ba117da68a5b60.tar.gz vcxsrv-82967ab5e087a2fdfcb984f990ba117da68a5b60.tar.bz2 vcxsrv-82967ab5e087a2fdfcb984f990ba117da68a5b60.zip |
svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released
Diffstat (limited to 'libXdmcp/config.h')
-rw-r--r-- | libXdmcp/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libXdmcp/config.h b/libXdmcp/config.h index 06bc006c0..01a75ec0d 100644 --- a/libXdmcp/config.h +++ b/libXdmcp/config.h @@ -46,13 +46,13 @@ /* #undef HAVE_LAUNCHD */ /* Define to 1 if you have the `lrand48' function. */ -#define HAVE_LRAND48 1 +#undef HAVE_LRAND48 /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `srand48' function. */ -#define HAVE_SRAND48 1 +#undef HAVE_SRAND48 /* Define to 1 if you have the `poll' function. */ #define HAVE_POLL 1 @@ -119,13 +119,13 @@ #define PACKAGE_NAME "libXdmcp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libXdmcp 1.0.2" +#define PACKAGE_STRING "libXdmcp 1.0.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libXdmcp" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.2" +#define PACKAGE_VERSION "1.0.3" /* Major version of this package */ #define PACKAGE_VERSION_MAJOR 1 @@ -134,7 +134,7 @@ #define PACKAGE_VERSION_MINOR 0 /* Patch version of this package */ -#define PACKAGE_VERSION_PATCHLEVEL 2 +#define PACKAGE_VERSION_PATCHLEVEL 3 /* Define as the return type of signal handlers (`int' or `void'). */ /* #undef RETSIGTYPE */ @@ -167,7 +167,7 @@ #define USE_XCB 1 /* Version number of package */ -#define VERSION "1.0.2" +#define VERSION "1.0.3" /* Support bdf format bitmap font files */ #define XFONT_BDFFORMAT 1 |