annotate src/includes.h @ 9:48880e61ce5e

better autoconf, changes for solaris portability
author carl
date Wed, 03 Jan 2007 22:28:27 -0800
parents 32b57406b656
children b24369330483
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
0
616666e2f34c initial version
carl
parents:
diff changeset
5 #include "tokenizer.h"
616666e2f34c initial version
carl
parents:
diff changeset
6 #include "context.h"
2
32b57406b656 initial version
carl
parents: 0
diff changeset
7 #include "sm-archive.h"