annotate src/includes.h @ 19:b24369330483 stable-1-0-7

Fedora 9 compile and const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Jun 2008 18:17:33 -0700
parents 48880e61ce5e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
48880e61ce5e better autoconf, changes for solaris portability
carl
parents: 2
diff changeset
1 #ifdef HAVE_CONFIG_H
48880e61ce5e better autoconf, changes for solaris portability
carl
parents: 2
diff changeset
2 #include "config.h"
48880e61ce5e better autoconf, changes for solaris portability
carl
parents: 2
diff changeset
3 #endif
48880e61ce5e better autoconf, changes for solaris portability
carl
parents: 2
diff changeset
4
19
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
5 #include <map>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
6 #include <fstream>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
7 #include <list>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
8 #include <set>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
9 #include <stdio.h>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
10 #include <ctype.h>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
11 #include <string.h>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
12 #include <stdlib.h>
b24369330483 Fedora 9 compile and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
13
0
616666e2f34c initial version
carl
parents:
diff changeset
14 #include "tokenizer.h"
616666e2f34c initial version
carl
parents:
diff changeset
15 #include "context.h"
2
32b57406b656 initial version
carl
parents: 0
diff changeset
16 #include "sm-archive.h"