Code

Varnish plugin: Added missing comments
[collectd.git] / src / common.h
index fc809f2173d91a1e0c000052a00861e00e267af0..c0bea36effacfe7390d8a790014a271fc7ce69e7 100644 (file)
@@ -236,8 +236,10 @@ int get_kstat (kstat_t **ksp_ptr, char *module, int instance, char *name);
 long long get_kstat_value (kstat_t *ksp, char *name);
 #endif
 
+#ifndef HAVE_HTONLL
 unsigned long long ntohll (unsigned long long n);
 unsigned long long htonll (unsigned long long n);
+#endif
 
 #if FP_LAYOUT_NEED_NOTHING
 # define ntohd(d) (d)