diff options
Diffstat (limited to 'include/xine.h.tmpl.in')
-rw-r--r-- | include/xine.h.tmpl.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 0aa579b22..8d7413875 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.17 2001/05/22 13:26:06 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.18 2001/05/26 22:04:38 f1rmb Exp $ * */ @@ -50,6 +50,10 @@ #define XINE_SUB_VERSION @XINE_SUB@ /** @} end of versgroup */ +#define XINE_BUILD_CC "@XINE_BUILD_CC@" +#define XINE_BUILD_OS "@XINE_BUILD_OS@" +#define XINE_BUILD_DATE "@XINE_BUILD_DATE@" + #ifndef DOC_HIDDEN typedef void ao_functions_t; typedef void xine_t; |