]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/tls.c
Move debug printfs to internal usage only.
[thirdparty/cups.git] / cups / tls.c
index e8874004fae29329cf5870ab35c5b298674e009e..5caa84d806eb7e18a7a72de199522f97816c2c00 100644 (file)
  */
 
 #include "cups-private.h"
+#include "debug-internal.h"
 #include <fcntl.h>
 #include <math.h>
-#ifdef WIN32
+#ifdef _WIN32
 #  include <tchar.h>
 #else
 #  include <signal.h>
 #  include <sys/time.h>
 #  include <sys/resource.h>
-#endif /* WIN32 */
+#endif /* _WIN32 */
 #ifdef HAVE_POLL
 #  include <poll.h>
 #endif /* HAVE_POLL */
 
 
 /*
- * Local functions...
+ * Include platform-specific TLS code...
  */
 
 #ifdef HAVE_SSL