gstreamer/gst/cothreads/pth_vers.c
Andy Wingo 1bc541f213 The core code from pth has been taken out and included in gstreamer.
Original commit message from CVS:
The core code from pth has been taken out and included in gstreamer.
This code is documented, more or less, in http://www-124.ibm.com/pthreads/docs/rse-pmt.ps.

This code is designed to replace cothreads.[ch], eventually.
2002-01-21 00:20:29 +00:00

46 lines
979 B
C

/*
** pth_vers.c -- Version Information for GNU Pth (syntax: C/C++)
** [automatically generated and maintained by GNU shtool]
*/
#ifdef _PTH_VERS_C_AS_HEADER_
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
#define PTH_INTERNAL_VERSION 0x104200
typedef struct {
const int v_hex;
const char *v_short;
const char *v_long;
const char *v_tex;
const char *v_gnu;
const char *v_web;
const char *v_sccs;
const char *v_rcs;
} pth_internal_version_t;
extern pth_internal_version_t pth_internal_version;
#endif /* _PTH_VERS_C_ */
#else /* _PTH_VERS_C_AS_HEADER_ */
#define _PTH_VERS_C_AS_HEADER_
#include "pth_vers.c"
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
0x104200,
"1.4.0",
"1.4.0 (24-Mar-2001)",
"This is GNU Pth, Version 1.4.0 (24-Mar-2001)",
"GNU Pth 1.4.0 (24-Mar-2001)",
"GNU Pth/1.4.0",
"@(#)GNU Pth 1.4.0 (24-Mar-2001)",
"$Id$"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */