diff options
author | Daniel Atallah <datallah@pidgin.im> | 2007-04-27 04:05:50 +0000 |
---|---|---|
committer | Daniel Atallah <datallah@pidgin.im> | 2007-04-27 04:05:50 +0000 |
commit | 66024de2c0f497abfc72bc9e695c47755da17793 (patch) | |
tree | bf2f9b2abcbeda2c585c310d74ab915ff2de3ceb /config.h.mingw | |
parent | 7b6291c597e240c1ed04fc93e162dbdf3f460dd0 (diff) | |
download | pidgin-66024de2c0f497abfc72bc9e695c47755da17793.tar.gz |
Add HAVE_SILCMIME_H to the mingw config.h
Diffstat (limited to 'config.h.mingw')
-rw-r--r-- | config.h.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.mingw b/config.h.mingw index 21a961e1cb..51a838eba7 100644 --- a/config.h.mingw +++ b/config.h.mingw @@ -325,7 +325,7 @@ /* #define HAVE_SIGNAL_H 1 */ /* Define if we have silcmime.h */ -/* #undef HAVE_SILCMIME_H */ +#define HAVE_SILCMIME_H 1 /* Define to 1 if you have the <smime.h> header file. */ /* #undef HAVE_SMIME_H */ |