Mercurial > sm-archive
comparison src/context.cpp @ 17:8ebecad6530f stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 16:00:13 -0700 |
parents | 75e1a9bcbc2e |
children | b24369330483 |
comparison
equal
deleted
inserted
replaced
16:e57053cd7d20 | 17:8ebecad6530f |
---|---|
5 http://www.gnu.org/licenses/gpl-3.0.txt | 5 http://www.gnu.org/licenses/gpl-3.0.txt |
6 | 6 |
7 */ | 7 */ |
8 | 8 |
9 #include "includes.h" | 9 #include "includes.h" |
10 | |
11 static char* context_version="$Id$"; | |
12 | 10 |
13 char *token_envfrom; | 11 char *token_envfrom; |
14 char *token_include; | 12 char *token_include; |
15 char *token_lbrace; | 13 char *token_lbrace; |
16 char *token_rbrace; | 14 char *token_rbrace; |