File: config.h.in

package info (click to toggle)
udpkg 1.04
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100 kB
  • ctags: 98
  • sloc: ansic: 962; sh: 152; makefile: 61
file content (27 lines) | stat: -rw-r--r-- 325 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
#undef PACKAGE
#undef VERSION

/*
 * Should we do full dependency checking?
 */
#undef DODEPENDS

/*
 * Should we do debugging?
 */
#undef DODEBUG

/*
 * Should we call debconf-loadtemplate?
 */
#undef DOLOADTEMPLATE

/*
 * Support l18n?
 */
#undef SUPPORTL18N

/*
 * Should we support the --remove flag?
 */
#undef DOREMOVE