File: acconfig.h

package info (click to toggle)
console-tools 1%3A0.2.3-23.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,228 kB
  • ctags: 1,134
  • sloc: ansic: 12,037; sh: 9,426; yacc: 984; makefile: 380; lex: 287; perl: 127; sed: 93
file content (20 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* what we are */
#undef PACKAGE
#undef VERSION

/* debugging */
#undef NDEBUG

/* where to put data-subdirs */
#undef LOCALDATADIR

/* what compressor we can use */
#undef USE_MAIN_COMPRESSOR

/* For i18n */
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
#undef ENABLE_NLS
#undef HAVE_GETTEXT
#undef HAVE_CATGETS
#undef LOCALEDIR