~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/server/util.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
 * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
 *
10
10
 * This software is licensed as described in the file COPYING, which
11
11
 * you should have received as part of this distribution. The terms
18
18
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
 * KIND, either express or implied.
20
20
 *
21
 
 * $Id: util.c,v 1.17 2007-07-12 01:07:49 gknauf Exp $
 
21
 * $Id: util.c,v 1.18 2008-01-22 14:52:54 yangtse Exp $
22
22
 ***************************************************************************/
23
23
#include "setup.h" /* portability help from the lib directory */
24
24
 
47
47
#endif
48
48
#ifdef HAVE_SYS_POLL_H
49
49
#include <sys/poll.h>
 
50
#elif defined(HAVE_POLL_H)
 
51
#include <poll.h>
50
52
#endif
51
53
 
52
54
#define ENABLE_CURLX_PRINTF