diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 14:19:47 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 14:19:47 +0000 |
commit | f9254d2349c7e2e3c110f7850e402d1c11624940 (patch) | |
tree | af9ae9a6b2ca0107f4a02929fc9e332558b9e0ad /sysdep/autoconf.h.in | |
parent | 0bf7386b33fecac40be43f8db5b0ba0356123fd2 (diff) |
Autoconf is *evil*. The sysconfdir and similar variables are unusable in
C includes as they contain substitutions specific to make.
Worked around by creating sysconf/paths.h which is created from
the Makefile instead of by the configure script.
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index 8d2ebf38..ca86ff43 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -41,11 +41,5 @@ /* We have <syslog.h> and syslog() */ #undef HAVE_SYSLOG -/* Path to configuration files */ -#define PATH_CONFIG_DIR ? - -/* Path to control socket */ -#define PATH_CONTROL_SOCKET_DIR ? - /* Are we using dmalloc? */ #undef HAVE_LIBDMALLOC |