root/branches/licq/licq/config.h.in

Revision 17, 3.0 kB (checked in by dwalker, 9 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* acconfig.h -- autoheader config file
4 *
5 * Copyright (C) 1998 Graham Roff, Nic Bellamy.
6 *
7 */
8
9#ifndef _CONFIG_H
10#define _CONFIG_H
11
12
13/* Undefine this if the fifo causes problems */
14#define USE_FIFO
15
16/* The name of the package we're compiling */
17#undef PACKAGE
18
19/* The version of the package we're compiling */
20#undef VERSION
21
22/* The internal Licq version number */
23#undef INT_VERSION
24
25/* Whether or not to include SOCKS5 firewall support */
26#undef USE_SOCKS5
27
28/* Define this if the system headers don't */
29#undef socklen_t
30
31/* Do we have sys_errlist[] available? */
32#undef HAVE_SYS_ERRLIST
33
34/* Policy used for dlopen() mode */
35#undef DLOPEN_POLICY
36
37/* Define to empty if the keyword does not work.  */
38#undef const
39
40/* Define to `unsigned' if <sys/types.h> doesn't define.  */
41#undef size_t
42
43/* Define if you have the ANSI C header files.  */
44#undef STDC_HEADERS
45
46/* Define if you can safely include both <sys/time.h> and <time.h>.  */
47#undef TIME_WITH_SYS_TIME
48
49/* Define if your <sys/time.h> declares struct tm.  */
50#undef TM_IN_SYS_TIME
51
52/* Define if you have the alphasort function.  */
53#undef HAVE_ALPHASORT
54
55/* Define if you have the inet_addr function.  */
56#undef HAVE_INET_ADDR
57
58/* Define if you have the inet_aton function.  */
59#undef HAVE_INET_ATON
60
61/* Define if you have the mktime function.  */
62#undef HAVE_MKTIME
63
64/* Define if you have the scandir function.  */
65#undef HAVE_SCANDIR
66
67/* Define if you have the select function.  */
68#undef HAVE_SELECT
69
70/* Define if you have the strdup function.  */
71#undef HAVE_STRDUP
72
73/* Define if you have the strerror function.  */
74#undef HAVE_STRERROR
75
76/* Define if you have the hstrerror function.  */
77#undef HAVE_HSTRERROR
78
79/* Define if you have the gethostbyname_r function.  */
80#undef HAVE_GETHOSTBYNAME_R
81
82/* Define if you have the <dirent.h> header file.  */
83#undef HAVE_DIRENT_H
84
85/* Define if you have the <errno.h> header file.  */
86#undef HAVE_ERRNO_H
87
88/* Define if you have the <fcntl.h> header file.  */
89#undef HAVE_FCNTL_H
90
91/* Define if you have the <getopt.h> header file.  */
92#undef HAVE_GETOPT_H
93
94/* Define if you have the <limits.h> header file.  */
95#undef HAVE_LIMITS_H
96
97/* Define if you have the <malloc.h> header file.  */
98#undef HAVE_MALLOC_H
99
100/* Define if you have the <ndir.h> header file.  */
101#undef HAVE_NDIR_H
102
103/* Define if you have the <pwd.h> header file.  */
104#undef HAVE_PWD_H
105
106/* Define if you have the <sys/dir.h> header file.  */
107#undef HAVE_SYS_DIR_H
108
109/* Define if you have the <sys/ndir.h> header file.  */
110#undef HAVE_SYS_NDIR_H
111
112/* Define if you have the <unistd.h> header file.  */
113#undef HAVE_UNISTD_H
114
115/* Define if you have the c_r library (-lc_r).  */
116#undef HAVE_LIBC_R
117
118/* Define if you have the nsl library (-lnsl).  */
119#undef HAVE_LIBNSL
120
121/* Define if you have the socket library (-lsocket).  */
122#undef HAVE_LIBSOCKET
123
124/* Define if you have the stdc++ library (-lstdc++).  */
125#undef HAVE_LIBSTDC__
126
127/* Define if you have the xnet library (-lxnet).  */
128#undef HAVE_LIBXNET
129
130#endif  /* _CONFIG_H */
Note: See TracBrowser for help on using the browser.