00001 #ifndef CLASSLIB_SYSAPI_USER_INFO_H
00002 # define CLASSLIB_SYSAPI_USER_INFO_H
00003
00004
00005
00006 # include "classlib/sysapi/system.h"
00007 # include <cerrno>
00008 # include <cstdlib>
00009
00010 # ifdef _WIN32
00011 # include <windows.h>
00012 # include <wininet.h>
00013 # include <ntsecapi.h>
00014 # include <lm.h>
00015 # else
00016 # if HAVE_PWD_H
00017 # include <pwd.h>
00018 # endif
00019 # include <unistd.h>
00020 # endif
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #endif // CLASSLIB_SYSAPI_USER_INFO_H