Changeset 21760 for third-party

Show
Ignore:
Timestamp:
08/04/08 10:28:11 (5 months ago)
Author:
audreyt
Message:

* Add dependencies from hackage for offline install.

Location:
third-party
Files:
50 added
1 modified

Legend:

Unmodified
Added
Removed
  • third-party/network/include/HsNetworkConfig.h

    r21694 r21760  
     1/* include/HsNetworkConfig.h.  Generated from HsNetworkConfig.h.in by configure.  */ 
     2/* include/HsNetworkConfig.h.in.  Generated from configure.ac by autoheader.  */ 
     3 
     4/* Define to 1 if you have the <arpa/inet.h> header file. */ 
     5#define HAVE_ARPA_INET_H 1 
     6 
     7/* Define to 1 if you have a BSDish sendfile(2) implementation. */ 
     8/* #undef HAVE_BSD_SENDFILE */ 
     9 
     10/* Define to 1 if you have the declaration of `AI_ADDRCONFIG', and to 0 if you 
     11   don't. */ 
     12#define HAVE_DECL_AI_ADDRCONFIG 1 
     13 
     14/* Define to 1 if you have the declaration of `AI_ALL', and to 0 if you don't. 
     15   */ 
     16#define HAVE_DECL_AI_ALL 1 
     17 
     18/* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if 
     19   you don't. */ 
     20#define HAVE_DECL_AI_NUMERICSERV 1 
     21 
     22/* Define to 1 if you have the declaration of `AI_V4MAPPED', and to 0 if you 
     23   don't. */ 
     24#define HAVE_DECL_AI_V4MAPPED 1 
     25 
     26/* Define to 1 if you have the <fcntl.h> header file. */ 
     27#define HAVE_FCNTL_H 1 
     28 
     29/* Define to 1 if you have the `getaddrinfo' function. */ 
     30#define HAVE_GETADDRINFO 1 
     31 
     32/* Define to 1 if you have the `gethostent' function. */ 
     33#define HAVE_GETHOSTENT 1 
     34 
     35/* Define to 1 if you have the <inttypes.h> header file. */ 
     36#define HAVE_INTTYPES_H 1 
     37 
     38/* Define to 1 if in_addr_t is available. */ 
     39#define HAVE_IN_ADDR_T 1 
     40 
     41/* Define to 1 if you have the <limits.h> header file. */ 
     42#define HAVE_LIMITS_H 1 
     43 
     44/* Define to 1 if you have a Linux sendfile(2) implementation. */ 
     45#define HAVE_LINUX_SENDFILE 1 
     46 
     47/* Define to 1 if you have the <memory.h> header file. */ 
     48#define HAVE_MEMORY_H 1 
     49 
     50/* Define to 1 if you have the <netdb.h> header file. */ 
     51#define HAVE_NETDB_H 1 
     52 
     53/* Define to 1 if you have the <netinet/in.h> header file. */ 
     54#define HAVE_NETINET_IN_H 1 
     55 
     56/* Define to 1 if you have the <netinet/tcp.h> header file. */ 
     57#define HAVE_NETINET_TCP_H 1 
     58 
     59/* Define to 1 if you have the `readlink' function. */ 
     60#define HAVE_READLINK 1 
     61 
     62/* Define to 1 if you have the <stdint.h> header file. */ 
     63#define HAVE_STDINT_H 1 
     64 
     65/* Define to 1 if you have the <stdlib.h> header file. */ 
     66#define HAVE_STDLIB_H 1 
     67 
     68/* Define to 1 if you have the <strings.h> header file. */ 
     69#define HAVE_STRINGS_H 1 
     70 
     71/* Define to 1 if you have the <string.h> header file. */ 
     72#define HAVE_STRING_H 1 
     73 
     74/* Define to 1 if `msg_accrights' is member of `struct msghdr'. */ 
     75/* #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS */ 
     76 
     77/* Define to 1 if `msg_control' is member of `struct msghdr'. */ 
     78#define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 
     79 
     80/* Define to 1 if you have both SO_PEERCRED and struct ucred. */ 
     81#define HAVE_STRUCT_UCRED 1 
     82 
     83/* Define to 1 if you have the `symlink' function. */ 
     84#define HAVE_SYMLINK 1 
     85 
     86/* Define to 1 if you have the <sys/socket.h> header file. */ 
     87#define HAVE_SYS_SOCKET_H 1 
     88 
     89/* Define to 1 if you have the <sys/stat.h> header file. */ 
     90#define HAVE_SYS_STAT_H 1 
     91 
     92/* Define to 1 if you have the <sys/types.h> header file. */ 
     93#define HAVE_SYS_TYPES_H 1 
     94 
     95/* Define to 1 if you have the <sys/uio.h> header file. */ 
     96#define HAVE_SYS_UIO_H 1 
     97 
     98/* Define to 1 if you have the <sys/un.h> header file. */ 
     99#define HAVE_SYS_UN_H 1 
     100 
     101/* Define to 1 if you have the <unistd.h> header file. */ 
     102#define HAVE_UNISTD_H 1 
     103 
     104/* Define to 1 if you have the <winsock.h> header file. */ 
     105/* #undef HAVE_WINSOCK_H */ 
     106 
     107/* Define to the address where bug reports for this package should be sent. */ 
     108#define PACKAGE_BUGREPORT "libraries@haskell.org" 
     109 
     110/* Define to the full name of this package. */ 
     111#define PACKAGE_NAME "Haskell network package" 
     112 
     113/* Define to the full name and version of this package. */ 
     114#define PACKAGE_STRING "Haskell network package 1.0" 
     115 
     116/* Define to the one symbol short name of this package. */ 
     117#define PACKAGE_TARNAME "network" 
     118 
     119/* Define to the version of this package. */ 
     120#define PACKAGE_VERSION "1.0" 
     121 
     122/* Define to 1 if you have the ANSI C header files. */ 
     123#define STDC_HEADERS 1 
     124 
     125/* Define to empty if `const' does not conform to ANSI C. */ 
     126/* #undef const */