summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:25:32 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:25:32 +0200
commit5c31864598a169bbf0609635f162bc089ea3ccda (patch)
tree9d838225f9ab306d6f087af793d7a174c49dd3f7 /system.h
parent0de16638aadfc7fc093e69106e7f3a6b54a2ff28 (diff)
downloadlibrpm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index f87d4ddaa..a4864d2f3 100644
--- a/system.h
+++ b/system.h
@@ -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