~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to tests/server/util.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: util.h,v 1.4 2005/09/15 20:22:43 bagder Exp $
 
23
 * $Id: util.h,v 1.5 2005/12/18 15:36:14 yangtse Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
int ourerrno(void);
39
39
extern const char *path;
40
40
 
41
41
#if defined(WIN32) && !defined(__CYGWIN__)
42
 
#include <windows.h>
43
 
#include <winsock2.h>
44
42
#include <process.h>
45
43
 
46
44
#define sleep(sec)   Sleep ((sec)*1000)