File: acconfig.h

package info (click to toggle)
enscript 1.6.4-11
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,752 kB
  • ctags: 3,011
  • sloc: ansic: 28,200; sh: 4,444; makefile: 490; yacc: 482; lex: 430; perl: 342; lisp: 109; sed: 16
file content (41 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (5)
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
30
31
32
33
34
35
36
37
38
39
40
41
/* Character which is used to separate path components. */
#undef PATH_SEPARATOR
#undef PATH_SEPARATOR_STR

/* Package name. */
#undef PACKAGE

/* Version number. */
#undef VERSION

/* Have strerror() function. */
#undef HAVE_STRERROR

/* Have memmove() function. */
#undef HAVE_MEMMOVE

/* Have memcpy() function. */
#undef HAVE_MEMCPY

/* Have strtoul() function. */
#undef HAVE_STRTOUL

/* How to retrieve the current working directory? */
#undef HAVE_GETCWD
#undef HAVE_GETWD

/*
 * Internationalization stuffs.
 */

#undef ENABLE_NLS

#undef HAVE_CATGETS

#undef HAVE_GETTEXT

#undef HAVE_LC_MESSAGES

#undef HAVE_STPCPY

#undef PROTOTYPES