projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Generate keys with 0x10001 as public exponent, which has less prime factors
[tinc]
/
lib
/
fake-gai-errnos.h
1
/*
2
* fake library for ssh
3
*
4
* This file is included in getaddrinfo.c and getnameinfo.c.
5
* See getaddrinfo.c and getnameinfo.c.
6
*/
7
8
/* $Id: fake-gai-errnos.h,v 1.1.2.3 2003/08/17 08:32:38 guus Exp $ */
9
10
/* for old netdb.h */
11
#ifndef EAI_NODATA
12
#define EAI_NODATA 1
13
#define EAI_MEMORY 2
14
#define EAI_FAMILY 3
15
#endif