File: c_context.c

package info (click to toggle)
darcs 1.0.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,796 kB
  • ctags: 321
  • sloc: haskell: 14,370; sh: 941; ansic: 893; perl: 810; makefile: 49; xml: 14
file content (18 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
static const char context_string_value[] =
 "# configured Sat Feb 12 13:41:40 PST 2005\n"
 "sh ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --mandir=/usr/share/man\n"
 "\n"
 "Context:\n"
 "\n"
 "[ removed obsolete NEWS files\n"
 "Isaac Jones <ijones@syntaxpolice.org>**20050212211000] \n"
 "\n"
 "[syncinc with my debian repo after 1.0.0 bug\n"
 "Isaac Jones <ijones@syntaxpolice.org>**20050212205746] \n"
 "\n"
 "[TAG 1.0.2\n"
 "David Roundy <droundy@abridgegame.org>**20050204123805] \n"
 "";
char *context_string(void) {
  return (char *) context_string_value;
}