00001
00002
00003 #ifndef _LIBU_CONF_H_
00004 #define _LIBU_CONF_H_
00005
00006 #define LIBU_VERSION "0.4.1"
00007 #define OS_UNIX 1
00008 #define U_PATH_SEPARATOR '/'
00009 #define HAVE_PID_T 1
00010 #define HAVE_SSIZE_T 1
00011 #define HAVE_IN_ADDR_T 1
00012 #define HAVE_GETPID 1
00013 #define HAVE_UNLINK 1
00014 #define HAVE_SYSLOG 1
00015 #define HAVE_SLEEP 1
00016 #define HAVE_STRTOK_R 1
00017 #define HAVE_FNMATCH 1
00018 #define HAVE_TIMEGM 1
00019 #define HAVE_STRSEP 1
00020 #define HAVE_GETTIMEOFDAY 1
00021 #define HAVE_DAEMON 1
00022 #define HAVE_STRERROR_R 1
00023 #define STRERROR_R_CHAR_P 1
00024 #define HAVE_UNISTD 1
00025 #define HAVE_STDLIB 1
00026 #define HAVE_PATHS 1
00027 #define HAVE_SYSUIO 1
00028 #define HAVE_STRINGS 1
00029 #define HAVE_TMZONE 1
00030 #define HAVE_OPTARG 1
00031 #define HAVE_OPTIND 1
00032 #define HAVE_INLINE 1
00033 #define HAVE_STRUCT_SOCKADDR_IN 1
00034 #define HAVE_STRUCT_SOCKADDR_IN6 1
00035 #define HAVE_STRUCT_SOCKADDR_UN 1
00036 #define DESTDIR "/usr/local"
00037 #define BINDIR "/usr/local/bin"
00038 #define SBINDIR "/usr/local/sbin"
00039 #define CONFDIR "/usr/local/etc"
00040 #define INCDIR "/usr/local/include"
00041 #define LIBDIR "/usr/local/lib"
00042 #define SHLIBDIR "/usr/local/lib"
00043 #define LIBEXDIR "/usr/local/libexec"
00044 #define VARDIR "/usr/local/var"
00045 #define SHAREDIR "/usr/local/share"
00046 #define MANDIR "/usr/local/share/man"
00047 #define DOCDIR "/usr/local/share/doc"
00048 #define NO_NET 1
00049 #define NO_ENV 1
00050 #define NO_HMAP 1
00051 #define HAVE_DOXYGEN 1
00052 #define PATH_DOXYGEN "/usr/bin/doxygen"
00053
00054 #endif