File: acconfig.h

package info (click to toggle)
enscript 1.6.2-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,988 kB
  • ctags: 2,299
  • sloc: ansic: 23,177; sh: 670; lex: 430; perl: 342; makefile: 330; yacc: 166; lisp: 109; sed: 93
file content (40 lines) | stat: -rw-r--r-- 619 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
30
31
32
33
34
35
36
37
38
39
40
/* Character which is used to separate path components. */
#undef PATH_SEPARATOR

/* 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