Revision 8315,
496 bytes
checked in by bert, 29 years ago
(diff) |
added def for HAVE_STRING_H
|
Line | |
---|
1 | #ifndef CONFIG_H |
---|
2 | #define CONFIG_H |
---|
3 | |
---|
4 | /* Define if you have the strdup function. */ |
---|
5 | #undef HAVE_STRDUP |
---|
6 | |
---|
7 | /* Define if you have gethostname in the nsl library (-lnsl). */ |
---|
8 | #undef HAVE_LIBNSL |
---|
9 | |
---|
10 | /* Define if you have string.h. */ |
---|
11 | #undef HAVE_STRING_H |
---|
12 | |
---|
13 | /* Define if we should use execvp (which looks up PATH) instead of execv. */ |
---|
14 | #undef USE_EXECVP |
---|
15 | |
---|
16 | /* Define to a string containing either a full path to compress, |
---|
17 | * or just "compress" if USE_EXECVP is defined */ |
---|
18 | #undef COMPRESS |
---|
19 | |
---|
20 | #endif /* CONFIG_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.