File: config.h.in

package info (click to toggle)
gnuyahoo 0.3.pre0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 796 kB
  • ctags: 268
  • sloc: ansic: 2,776; sh: 386; lisp: 322; makefile: 99
file content (129 lines) | stat: -rw-r--r-- 3,225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* does this system have rl_completion_matches call ? */
#undef HAVE_RL_COMPLETION_MATCHES

/* does this system have completion_matches call ? 
   completion_matches call is obsoleted by rl_completion_matches now
*/
#undef HAVE_COMPLETION_MATCHES

/* does this system have rl_ding ? */
#undef HAVE_RL_DING

/* does this system have ding call ?
   ding call is obsoleted by rl_ding now
*/
#undef HAVE_DING

/* Define if you have the atoi function.  */
#undef HAVE_ATOI

/* Define if you have the completion_matches function.  */
#undef HAVE_COMPLETION_MATCHES

/* Define if you have the ding function.  */
#undef HAVE_DING

/* Define if you have the fcntl function.  */
#undef HAVE_FCNTL

/* Define if you have the free function.  */
#undef HAVE_FREE

/* Define if you have the getopt_long function.  */
#undef HAVE_GETOPT_LONG

/* Define if you have the getpass function.  */
#undef HAVE_GETPASS

/* Define if you have the htons function.  */
#undef HAVE_HTONS

/* Define if you have the malloc function.  */
#undef HAVE_MALLOC

/* Define if you have the rl_completion_matches function.  */
#undef HAVE_RL_COMPLETION_MATCHES

/* Define if you have the rl_ding function.  */
#undef HAVE_RL_DING

/* Define if you have the select function.  */
#undef HAVE_SELECT

/* Define if you have the strcasecmp function.  */
#undef HAVE_STRCASECMP

/* Define if you have the strcmp function.  */
#undef HAVE_STRCMP

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

/* Define if you have the tcgetattr function.  */
#undef HAVE_TCGETATTR

/* Define if you have the <ctype.h> header file.  */
#undef HAVE_CTYPE_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <getopt.h> header file.  */
#undef HAVE_GETOPT_H

/* Define if you have the <guile/gh.h> header file.  */
#undef HAVE_GUILE_GH_H

/* Define if you have the <netdb.h> header file.  */
#undef HAVE_NETDB_H

/* Define if you have the <netinet/in.h> header file.  */
#undef HAVE_NETINET_IN_H

/* Define if you have the <readline/history.h> header file.  */
#undef HAVE_READLINE_HISTORY_H

/* Define if you have the <readline/readline.h> header file.  */
#undef HAVE_READLINE_READLINE_H

/* Define if you have the <stdio.h> header file.  */
#undef HAVE_STDIO_H

/* Define if you have the <stdlib.h> header file.  */
#undef HAVE_STDLIB_H

/* Define if you have the <string.h> header file.  */
#undef HAVE_STRING_H

/* Define if you have the <sys/socket.h> header file.  */
#undef HAVE_SYS_SOCKET_H

/* Define if you have the <sys/types.h> header file.  */
#undef HAVE_SYS_TYPES_H

/* Define if you have the <termios.h> header file.  */
#undef HAVE_TERMIOS_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the readline library (-lreadline).  */
#undef HAVE_LIBREADLINE

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION