File: acconfig.h

package info (click to toggle)
vdk2 2.0.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,616 kB
  • ctags: 4,174
  • sloc: cpp: 25,357; sh: 8,955; ansic: 5,275; makefile: 577; perl: 113
file content (19 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef CONFIG_H
#define CONFIG_H
#undef VERSION
#undef PACKAGE
#undef HAVE_PTHREAD
#undef HAVE_GNOME
#undef VDKDEBUG
#undef HAVE_IMLIB
#undef HAVE_LIBTIFF
#undef HAVE_LIBJPEG
#undef HAVE_LIBGIF
#undef HAVE_LIBPNG
#undef HAVE_SHAPED_EXT
#undef HAVE_MEMBER_TEMPLATES
#undef HAVE_AUTO_PTR
#undef HAVE_MUTABLE
#undef HAVE_PARTIAL_SPECIALIZATION
#undef USE_SIGCPLUSPLUS
#endif