diff options
| author | Marc G. Fournier | 1997-12-19 02:09:10 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-12-19 02:09:10 +0000 |
| commit | 5379b84eff3ae207635d7ac9527b0a3f5eb272e7 (patch) | |
| tree | 84d6a71200ffe5edf43596bc2fbf3276737e086a /src/include/config.h.in | |
| parent | 30856a390457682db4f8577e9f5a7f8521839c6f (diff) | |
More cleanups. I can now compile without PORTNAME being defined n
Makefile.global.
End result, if all goes well, should allow for much easier porting, since
there will no longer be a concept of a "port". Most, if not everything,
*should* be determined by configure, or by the compiler itself. Still
work to be done though :)
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 957114b73b4..a3b4d181d43 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -56,6 +56,9 @@ /* Set to 1 if you have tzset() */ #undef HAVE_TZSET +/* Set to 1 if you have gethostname() */ +#undef HAVE_GETHOSTNAME + /* Set to 1 if you have int timezone */ #undef HAVE_INT_TIMEZONE |
