diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:25:32 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:25:32 +0200 |
commit | 5c31864598a169bbf0609635f162bc089ea3ccda (patch) | |
tree | 9d838225f9ab306d6f087af793d7a174c49dd3f7 /system.h | |
parent | 0de16638aadfc7fc093e69106e7f3a6b54a2ff28 (diff) | |
download | librpm-tizen-5c31864598a169bbf0609635f162bc089ea3ccda.tar.gz librpm-tizen-5c31864598a169bbf0609635f162bc089ea3ccda.tar.bz2 librpm-tizen-5c31864598a169bbf0609635f162bc089ea3ccda.zip |
Dont bother checking for functions we dont use
- some of this stuff was used in 4.4.x but not anymore
- additionally we dont even use getdomainnname(), check for gethostname()
instead
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ char * stpncpy(char * dest, const char * src, size_t n); extern int errno; #endif -#if HAVE_ERROR && HAVE_ERROR_H +#if HAVE_ERROR_H #include <error.h> #endif |