Add config header.
authorScott Cantor <cantor.2@osu.edu>
Mon, 30 Jan 2006 03:10:04 +0000 (03:10 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 30 Jan 2006 03:10:04 +0000 (03:10 +0000)
xmlproviders/internal.h

index 54b7648..f198390 100644 (file)
 # define _CRT_SECURE_NO_DEPRECATE 1
 #endif
 
+// eventually we might be able to support autoconf via cygwin...
+#if defined (_MSC_VER) || defined(__BORLANDC__)
+# include "config_win32.h"
+#else
+# include "config.h"
+#endif
+
 #include <shib-target/shib-target.h>
 #include <shib/shib-threads.h>
 #include <openssl/ssl.h>