From 73856b99d93656561f0ec039dea19b81f78a2762 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Wed, 12 Dec 2012 14:13:27 +0100 Subject: Remove unused #defines. diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index b13f55f..fec2c6d 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -26,13 +26,6 @@ #include "tng_io.h" #include "md5.h" -#ifndef LOGIN_NAME_MAX -#define LOGIN_NAME_MAX 33 -#endif -#ifndef HOST_NAME_MAX -#define HOST_NAME_MAX 257 -#endif - /* This function swaps the byte order of a 32 bit numerical variable. It does not only work with integer, but e.g. floats need casting. */ -- cgit v0.10.1