diff --git a/.gitignore b/.gitignore index 872d7f2..ec47a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ cworker configure +libtool Makefile +config.h *~ *_test *.o @@ -10,3 +12,6 @@ Makefile *.tar.* stamp* autom4te* +*.lo +*.la +.libs diff --git a/Makefile b/Makefile index e63451a..68c90ed 100644 --- a/Makefile +++ b/Makefile @@ -237,20 +237,20 @@ distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /home/ziggi/projects/cworker/missing aclocal +ACLOCAL = ${SHELL} /home/ziggi/Projects/cworker/missing aclocal AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 -APP_CACHEDIR = /home/ziggi/projects/cworker/cache -APP_CONFIGDIR = /home/ziggi/projects/cworker/ -APP_DATABASEDIR = /home/ziggi/projects/cworker/data -APP_LIBDIR = /home/ziggi/projects/cworker/lib -APP_LOGDIR = /home/ziggi/projects/cworker/log -APP_RUNDIR = /home/ziggi/projects/cworker/run +APP_CACHEDIR = /home/ziggi/Projects/cworker/cache +APP_CONFIGDIR = /home/ziggi/Projects/cworker/ +APP_DATABASEDIR = /home/ziggi/Projects/cworker/data +APP_LIBDIR = /home/ziggi/Projects/cworker/lib +APP_LOGDIR = /home/ziggi/Projects/cworker/log +APP_RUNDIR = /home/ziggi/Projects/cworker/run APP_USER = ziggi AR = ar -AUTOCONF = ${SHELL} /home/ziggi/projects/cworker/missing autoconf -AUTOHEADER = ${SHELL} /home/ziggi/projects/cworker/missing autoheader -AUTOMAKE = ${SHELL} /home/ziggi/projects/cworker/missing automake +AUTOCONF = ${SHELL} /home/ziggi/Projects/cworker/missing autoconf +AUTOHEADER = ${SHELL} /home/ziggi/Projects/cworker/missing autoheader +AUTOMAKE = ${SHELL} /home/ziggi/Projects/cworker/missing automake AWK = gawk CC = clang CCDEPMODE = depmode=none @@ -286,7 +286,7 @@ LIPO = LN_S = ln -s LTLIBOBJS = LT_SYS_LIBRARY_PATH = -MAKEINFO = ${SHELL} /home/ziggi/projects/cworker/missing makeinfo +MAKEINFO = ${SHELL} /home/ziggi/Projects/cworker/missing makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/local/bin/gmkdir -p NM = /usr/bin/nm @@ -310,10 +310,10 @@ SHELL = /bin/sh STRIP = strip VALGRIND = /usr/local/bin/valgrind VERSION = 0.0.1 -abs_builddir = /home/ziggi/projects/cworker -abs_srcdir = /home/ziggi/projects/cworker -abs_top_builddir = /home/ziggi/projects/cworker -abs_top_srcdir = /home/ziggi/projects/cworker +abs_builddir = /home/ziggi/Projects/cworker +abs_srcdir = /home/ziggi/Projects/cworker +abs_top_builddir = /home/ziggi/Projects/cworker +abs_top_srcdir = /home/ziggi/Projects/cworker ac_ct_AR = ar ac_ct_CC = clang ac_ct_DUMPBIN = @@ -322,13 +322,13 @@ am__leading_dot = . am__quote = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - -app_cachedir = /home/ziggi/projects/cworker/cache -app_configdir = /home/ziggi/projects/cworker/ -app_databasedir = /home/ziggi/projects/cworker/data -app_libdir = /home/ziggi/projects/cworker/lib -app_logdir = /home/ziggi/projects/cworker/log +app_cachedir = /home/ziggi/Projects/cworker/cache +app_configdir = /home/ziggi/Projects/cworker/ +app_databasedir = /home/ziggi/Projects/cworker/data +app_libdir = /home/ziggi/Projects/cworker/lib +app_logdir = /home/ziggi/Projects/cworker/log app_name = cworker -app_rundir = /home/ziggi/projects/cworker/run +app_rundir = /home/ziggi/Projects/cworker/run app_user = ziggi bindir = ${exec_prefix}/bin build = amd64-unknown-freebsd12.4 @@ -350,7 +350,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/ziggi/projects/cworker/install-sh +install_sh = ${SHELL} /home/ziggi/Projects/cworker/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale diff --git a/config.h b/config.h index 1d4b43c..135d01d 100644 --- a/config.h +++ b/config.h @@ -2,8 +2,8 @@ #ifndef CONFIG_H_QWER #define CONFIG_H_QWER -static const char *srv_runpath = "/home/ziggi/projects/cworker/run/cworker.pid"; -static const char *srv_logpath = "/home/ziggi/projects/cworker/log/cworker.log"; -static const char *srv_configpath = "/home/ziggi/projects/cworker//cworker.conf"; +static const char *srv_runpath = "/home/ziggi/Projects/cworker/run/cworker.pid"; +static const char *srv_logpath = "/home/ziggi/Projects/cworker/log/cworker.log"; +static const char *srv_configpath = "/home/ziggi/Projects/cworker//cworker.conf"; #endif diff --git a/config.status b/config.status index 6bd84c7..5a04bb9 100755 --- a/config.status +++ b/config.status @@ -430,7 +430,7 @@ Copyright (C) 2021 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/home/ziggi/projects/cworker' +ac_pwd='/home/ziggi/Projects/cworker' srcdir='.' INSTALL='/usr/bin/install -c' MKDIR_P='/usr/local/bin/gmkdir -p' @@ -811,20 +811,20 @@ S["am__EXEEXT_FALSE"]="" S["am__EXEEXT_TRUE"]="#" S["LTLIBOBJS"]="" S["app_name"]="cworker" -S["app_cachedir"]="/home/ziggi/projects/cworker/cache" -S["APP_CACHEDIR"]="/home/ziggi/projects/cworker/cache" -S["app_databasedir"]="/home/ziggi/projects/cworker/data" -S["APP_DATABASEDIR"]="/home/ziggi/projects/cworker/data" +S["app_cachedir"]="/home/ziggi/Projects/cworker/cache" +S["APP_CACHEDIR"]="/home/ziggi/Projects/cworker/cache" +S["app_databasedir"]="/home/ziggi/Projects/cworker/data" +S["APP_DATABASEDIR"]="/home/ziggi/Projects/cworker/data" S["app_user"]="ziggi" S["APP_USER"]="ziggi" -S["app_libdir"]="/home/ziggi/projects/cworker/lib" -S["APP_LIBDIR"]="/home/ziggi/projects/cworker/lib" -S["app_rundir"]="/home/ziggi/projects/cworker/run" -S["APP_RUNDIR"]="/home/ziggi/projects/cworker/run" -S["app_logdir"]="/home/ziggi/projects/cworker/log" -S["APP_LOGDIR"]="/home/ziggi/projects/cworker/log" -S["app_configdir"]="/home/ziggi/projects/cworker/" -S["APP_CONFIGDIR"]="/home/ziggi/projects/cworker/" +S["app_libdir"]="/home/ziggi/Projects/cworker/lib" +S["APP_LIBDIR"]="/home/ziggi/Projects/cworker/lib" +S["app_rundir"]="/home/ziggi/Projects/cworker/run" +S["APP_RUNDIR"]="/home/ziggi/Projects/cworker/run" +S["app_logdir"]="/home/ziggi/Projects/cworker/log" +S["APP_LOGDIR"]="/home/ziggi/Projects/cworker/log" +S["app_configdir"]="/home/ziggi/Projects/cworker/" +S["APP_CONFIGDIR"]="/home/ziggi/Projects/cworker/" S["SYSTEMD_FALSE"]="" S["SYSTEMD_TRUE"]="#" S["LINUX_OS_FALSE"]="" @@ -898,12 +898,12 @@ S["mkdir_p"]="$(MKDIR_P)" S["MKDIR_P"]="/usr/local/bin/gmkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["STRIP"]="strip" -S["install_sh"]="${SHELL} /home/ziggi/projects/cworker/install-sh" -S["MAKEINFO"]="${SHELL} /home/ziggi/projects/cworker/missing makeinfo" -S["AUTOHEADER"]="${SHELL} /home/ziggi/projects/cworker/missing autoheader" -S["AUTOMAKE"]="${SHELL} /home/ziggi/projects/cworker/missing automake" -S["AUTOCONF"]="${SHELL} /home/ziggi/projects/cworker/missing autoconf" -S["ACLOCAL"]="${SHELL} /home/ziggi/projects/cworker/missing aclocal" +S["install_sh"]="${SHELL} /home/ziggi/Projects/cworker/install-sh" +S["MAKEINFO"]="${SHELL} /home/ziggi/Projects/cworker/missing makeinfo" +S["AUTOHEADER"]="${SHELL} /home/ziggi/Projects/cworker/missing autoheader" +S["AUTOMAKE"]="${SHELL} /home/ziggi/Projects/cworker/missing automake" +S["AUTOCONF"]="${SHELL} /home/ziggi/Projects/cworker/missing autoconf" +S["ACLOCAL"]="${SHELL} /home/ziggi/Projects/cworker/missing aclocal" S["VERSION"]="0.0.1" S["PACKAGE"]="cworker" S["CYGPATH_W"]="echo" @@ -1037,13 +1037,13 @@ D["HAVE_MEMSET"]=" 1" D["HAVE_MKDIR"]=" 1" D["HAVE_SETLOCALE"]=" 1" D["HAVE_SOCKET"]=" 1" -D["APP_CONFIGDIR"]=" \"/home/ziggi/projects/cworker/\"" -D["APP_LOGDIR"]=" \"/home/ziggi/projects/cworker/log\"" -D["APP_RUNDIR"]=" \"/home/ziggi/projects/cworker/run\"" -D["APP_LIBDIR"]=" \"/home/ziggi/projects/cworker/lib\"" +D["APP_CONFIGDIR"]=" \"/home/ziggi/Projects/cworker/\"" +D["APP_LOGDIR"]=" \"/home/ziggi/Projects/cworker/log\"" +D["APP_RUNDIR"]=" \"/home/ziggi/Projects/cworker/run\"" +D["APP_LIBDIR"]=" \"/home/ziggi/Projects/cworker/lib\"" D["APP_USER"]=" \"ziggi\"" -D["APP_DATABASEDIR"]=" \"/home/ziggi/projects/cworker/data\"" -D["APP_CACHEDIR"]=" \"/home/ziggi/projects/cworker/cache\"" +D["APP_DATABASEDIR"]=" \"/home/ziggi/Projects/cworker/data\"" +D["APP_CACHEDIR"]=" \"/home/ziggi/Projects/cworker/cache\"" for (key in D) D_is_set[key] = 1 FS = "" } diff --git a/defines.h b/defines.h index 721850c..93ab960 100644 --- a/defines.h +++ b/defines.h @@ -2,22 +2,22 @@ /* defines.h.in. Generated from configure.ac by autoheader. */ /* location of cache dir */ -#define APP_CACHEDIR "/home/ziggi/projects/cworker/cache" +#define APP_CACHEDIR "/home/ziggi/Projects/cworker/cache" /* location of configuration files for ${PACKAGE} */ -#define APP_CONFIGDIR "/home/ziggi/projects/cworker/" +#define APP_CONFIGDIR "/home/ziggi/Projects/cworker/" /* location of database dir */ -#define APP_DATABASEDIR "/home/ziggi/projects/cworker/data" +#define APP_DATABASEDIR "/home/ziggi/Projects/cworker/data" /* location of libs */ -#define APP_LIBDIR "/home/ziggi/projects/cworker/lib" +#define APP_LIBDIR "/home/ziggi/Projects/cworker/lib" /* location of ${PACKAGE} logdir */ -#define APP_LOGDIR "/home/ziggi/projects/cworker/log" +#define APP_LOGDIR "/home/ziggi/Projects/cworker/log" /* location of pid file */ -#define APP_RUNDIR "/home/ziggi/projects/cworker/run" +#define APP_RUNDIR "/home/ziggi/Projects/cworker/run" /* effective user */ #define APP_USER "ziggi"