Author: randyk
Date: Tue Feb 15 21:34:33 2005
New Revision: 153997
URL: http://svn.apache.org/viewcvs?view=rev&rev=153997
Log:
Change properties on at.c and at.h to use native eol, and
also #define snprintf for WIN32.
Modified:
httpd/apreq/branches/multi-env-unstable/library/t/at.c (props changed)
httpd/apreq/branches/multi-env-unstable/library/t/at.h (contents, props
changed)
Propchange: httpd/apreq/branches/multi-env-unstable/library/t/at.c
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/apreq/branches/multi-env-unstable/library/t/at.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/library/t/at.h?view=diff&r1=153996&r2=153997
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/library/t/at.h (original)
+++ httpd/apreq/branches/multi-env-unstable/library/t/at.h Tue Feb 15 21:34:33
2005
@@ -26,6 +26,10 @@
#include <stdlib.h>
#include <setjmp.h>
+#ifdef WIN32
+#define snprintf _snprintf
+#endif
+
typedef struct at_t at_t;
typedef struct at_report_t at_report_t;
Propchange: httpd/apreq/branches/multi-env-unstable/library/t/at.h
------------------------------------------------------------------------------
svn:eol-style = native