Revision 17620,
619 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17619,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* Character which is used to separate path components. */ |
---|
2 | #undef PATH_SEPARATOR |
---|
3 | |
---|
4 | /* Package name. */ |
---|
5 | #undef PACKAGE |
---|
6 | |
---|
7 | /* Version number. */ |
---|
8 | #undef VERSION |
---|
9 | |
---|
10 | /* Have strerror() function. */ |
---|
11 | #undef HAVE_STRERROR |
---|
12 | |
---|
13 | /* Have memmove() function. */ |
---|
14 | #undef HAVE_MEMMOVE |
---|
15 | |
---|
16 | /* Have memcpy() function. */ |
---|
17 | #undef HAVE_MEMCPY |
---|
18 | |
---|
19 | /* Have strtoul() function. */ |
---|
20 | #undef HAVE_STRTOUL |
---|
21 | |
---|
22 | /* How to retrieve the current working directory? */ |
---|
23 | #undef HAVE_GETCWD |
---|
24 | #undef HAVE_GETWD |
---|
25 | |
---|
26 | /* |
---|
27 | * Internationalization stuffs. |
---|
28 | */ |
---|
29 | |
---|
30 | #undef ENABLE_NLS |
---|
31 | |
---|
32 | #undef HAVE_CATGETS |
---|
33 | |
---|
34 | #undef HAVE_GETTEXT |
---|
35 | |
---|
36 | #undef HAVE_LC_MESSAGES |
---|
37 | |
---|
38 | #undef HAVE_STPCPY |
---|
39 | |
---|
40 | #undef PROTOTYPES |
---|
Note: See
TracBrowser
for help on using the repository browser.