root/branches/licq/licq/acconfig.h

Revision 17, 0.7 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
2/* acconfig.h -- autoheader config file
3 *
4 * Copyright (C) 1998 Graham Roff, Nic Bellamy.
5 *
6 */
7
8#ifndef _CONFIG_H
9#define _CONFIG_H
10
11/* Undefine this if the fifo causes problems */
12#define USE_FIFO
13
14/* The name of the package we're compiling */
15#undef PACKAGE
16
17/* The version of the package we're compiling */
18#undef VERSION
19
20/* The internal Licq version number */
21#undef INT_VERSION
22
23/* Whether or not to include SOCKS5 firewall support */
24#undef USE_SOCKS5
25
26/* Define this if the system headers don't */
27#undef socklen_t
28
29/* Do we have sys_errlist[] available? */
30#undef HAVE_SYS_ERRLIST
31
32/* Policy used for dlopen() mode */
33#undef DLOPEN_POLICY
34@TOP@
35@BOTTOM@
36
37#endif  /* _CONFIG_H */
Note: See TracBrowser for help on using the browser.