File: acconfig.h

package info (click to toggle)
libyahoo 0.18.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 900 kB
  • ctags: 361
  • sloc: sh: 6,708; ansic: 4,227; makefile: 84; perl: 53
file content (18 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Misc defs */
#undef PACKAGE
#undef VERSION

/* memory check options */
#undef USE_DMALLOC

/* does this system have the snprintf and vsnprintf calls? */
#undef HAVE_SNPRINTF
#undef HAVE_VSNPRINTF
#undef HAVE_WAITPID

/* support for socks4 and/or socks5 */
#undef WITH_SOCKS4
#undef WITH_SOCKS5

/* indicate we're using gtk - for use with yahoolib.c */
#undef WITH_GTK