annotate src/includes.h @ 12:bb3d2cd6007e stable-1-4

more fixes for solaris
author carl
date Mon, 19 Mar 2007 22:38:37 -0700
parents 48880e61ce5e
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"