Checked in patch for bug 279104:Bug in building libical on sparc/solaris

This commit is contained in:
mostafah%oeone.com 2005-01-20 18:25:07 +00:00
parent a1e11edcfb
commit a2e4f1eebf

View File

@ -24,7 +24,7 @@
#define HAVE_SNPRINTF 1
/* Define to 1 if you have the <stdint.h> header file. */
#ifndef XP_WIN32
#if !defined(XP_WIN32) && !defined(__sun)
#define HAVE_STDINT_H 1
#endif