summaryrefslogtreecommitdiff
path: root/src/ladmin/ladmin.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-16 17:47:51 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-24 10:02:00 -0800
commitb52127bcbf817ff8285b36d22198b275327e16bb (patch)
tree7bc596289c011e719168bef846b8cf63bf5d4947 /src/ladmin/ladmin.hpp
parent4bd7eeec09629d3c0f900d42c899fe23c69e07b6 (diff)
downloadtmwa-b52127bcbf817ff8285b36d22198b275327e16bb.tar.gz
tmwa-b52127bcbf817ff8285b36d22198b275327e16bb.tar.bz2
tmwa-b52127bcbf817ff8285b36d22198b275327e16bb.tar.xz
tmwa-b52127bcbf817ff8285b36d22198b275327e16bb.zip
Cleanup headers and remove all uses of va_list except logging
Diffstat (limited to 'src/ladmin/ladmin.hpp')
-rw-r--r--src/ladmin/ladmin.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ladmin/ladmin.hpp b/src/ladmin/ladmin.hpp
index 50ba598..9675644 100644
--- a/src/ladmin/ladmin.hpp
+++ b/src/ladmin/ladmin.hpp
@@ -1,11 +1,6 @@
-// $Id: ladmin.h,v 1.1.1.1 2004/09/10 17:26:52 MagicalTux Exp $
#ifndef LADMIN_HPP
#define LADMIN_HPP
#define LADMIN_CONF_NAME "conf/ladmin_athena.conf"
-#define PASSWORDENC 3 // A definition is given when making an encryption password correspond.
- // It is 1 at the time of passwordencrypt.
- // It is made into 2 at the time of passwordencrypt2.
- // When it is made 3, it corresponds to both.
-#endif
+#endif // LADMIN_HPP