File: acconfig.h

package info (click to toggle)
grun 0.9.2-14
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 960 kB
  • ctags: 289
  • sloc: ansic: 3,333; sh: 2,670; makefile: 210; sed: 93
file content (29 lines) | stat: -rw-r--r-- 605 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
25
26
27
28
29
/* $Id */
/* general */
#define PACKAGE "grun"
#define VERSION "x.x.x"

/* Define to 1 if NLS is requested.  */
#undef ENABLE_NLS

/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
#undef HAVE_CATGETS

/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
#undef HAVE_GETTEXT

/* Define if your locale.h file contains LC_MESSAGES.  */
#undef HAVE_LC_MESSAGES

/* Define if have stpcpy */
#undef HAVE_STPCPY

/* for testfile features */
#undef TESTFILE
#undef XTERM

/* for file associations */
#undef ASSOC

/* for default prefix */
#define PREFIX "/usr/local"