Mercurial > sm-archive
view src/includes.h @ 21:09564d4acd9e stable-1-0-8
patches from Marco d'Itri for postfix
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 24 Dec 2010 15:13:18 -0800 |
parents | b24369330483 |
children |
line wrap: on
line source
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include <map> #include <fstream> #include <list> #include <set> #include <stdio.h> #include <ctype.h> #include <string.h> #include <stdlib.h> #include "tokenizer.h" #include "context.h" #include "sm-archive.h"