File: acconfig.h

package info (click to toggle)
thoughttracker 0.5.6-16.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,396 kB
  • ctags: 618
  • sloc: cpp: 3,573; sh: 3,267; ansic: 2,262; makefile: 244; sed: 93
file content (24 lines) | stat: -rw-r--r-- 544 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
21
22
23
24
/* define if NLS is requested */
#define ENABLE_NLS

/* gettext #define's */
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
#undef HAVE_LIBSM
#undef PACKAGE_LOCALE_DIR
#undef PACKAGE_DATA_DIR
#undef PACKAGE_SOURCE_DIR

/* define if namespaces are supported by the C++ compiler */
#undef HAVE_NAMESPACES

/* define if the C++ compiler supports the bool type */
#undef HAVE_BOOL

/* define if the GDBM library is available */
#undef HAVE_GDBM

/* define if debugging output is requested */
#undef ENABLE_DEBUG