~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to gnulib/tests/sockets.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef SOCKETS_H
21
21
# define SOCKETS_H 1
22
22
 
23
 
#define SOCKETS_1_0 0x100
 
23
#define SOCKETS_1_0 0x100  /* don't use - does not work on Windows XP */
24
24
#define SOCKETS_1_1 0x101
25
 
#define SOCKETS_2_0 0x200
 
25
#define SOCKETS_2_0 0x200  /* don't use - does not work on Windows XP */
26
26
#define SOCKETS_2_1 0x201
27
27
#define SOCKETS_2_2 0x202
28
28