Mercurial > libpst
comparison src/common.h @ 123:ab2a11e72250
more cleanup of #include files.
common.h is the only file allowed to include system .h files
unprotected by autoconf HAVE_ symbols. define.h is the only other file
allowed to include system .h files. define.h is never installed;
common.h is installed if we are building the shared library.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Feb 2009 10:59:10 -0800 |
parents | bdb38b434c0a |
children | 23a36ac0514d |
comparison
equal
deleted
inserted
replaced
122:bdb38b434c0a | 123:ab2a11e72250 |
---|---|
1 | 1 |
2 #ifndef __COMMON_H | 2 #ifndef __COMMON_H |
3 #define __COMMON_H | 3 #define __COMMON_H |
4 | |
5 | |
6 #ifdef HAVE_CONFIG_H | |
7 #include "config.h" | |
8 #endif | |
9 | |
4 | 10 |
5 #include <stdlib.h> | 11 #include <stdlib.h> |
6 #include <stdio.h> | 12 #include <stdio.h> |
7 #include <stdarg.h> | 13 #include <stdarg.h> |
8 | 14 |