Check-in Number:
|
897 | |
Date: |
2001-Sep-09 17:42:25 (local)
2001-Sep-09 15:42:25 (UTC) |
User: | rse |
Branch: | |
Comment: |
make sure the version is available internally |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.17 -> 1.18
--- Makefile.in 2001/09/06 16:28:38 1.17
+++ Makefile.in 2001/09/09 15:42:25 1.18
@@ -79,7 +79,8 @@
l2_ut_pcre.lo \
l2_ut_level.lo \
l2_ut_fmtcb.lo \
- l2_ut_sa.lo
+ l2_ut_sa.lo \
+ l2_version.lo
# file containing the official version information
_VERSION_FILE = \
|
|
ossp-pkg/l2/l2_p.h 1.12 -> 1.13
--- l2_p.h 2001/09/06 16:28:38 1.12
+++ l2_p.h 2001/09/09 15:42:25 1.13
@@ -36,6 +36,10 @@
#include "l2_ut_pcre.h"
#include "l2_ut_sa.h"
+#define _L2_VERSION_C_AS_HEADER_
+#include "l2_version.c"
+#undef _L2_VERSION_C_AS_HEADER_
+
#define L2_MAX_MSGSIZE 4096
#define L2_MAX_CHANNELS 128
#define L2_MAX_FORMATTERS 128
|
|