diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 20:07:55 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 20:07:55 +0000 |
commit | bd2cb095aa686c3bf0f662c0029687645142ea9e (patch) | |
tree | 875737760f27ce0236884d0805db9b4b00f58046 /include | |
parent | d6bb55476c9aa4771e2b7f24cee05325a1df4117 (diff) |
Modifications to the Autotools build system to try to make it work with the changes made from CMake, still untested (again, don't use this commit).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1877 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/sysconf.h.in | 3 | ||||
-rw-r--r-- | include/sysconf.h.win32 | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/sysconf.h.in b/include/sysconf.h.in index f7de31677..5f6137deb 100644 --- a/include/sysconf.h.in +++ b/include/sysconf.h.in @@ -75,9 +75,6 @@ /* va_list as array */ #undef HAVE_VA_LIST_AS_ARRAY -/* "Module dir" */ -#undef MODULE_PATH - /* "Has mysql/mysql.h" */ #undef MYSQL_HEADER_PREFIX diff --git a/include/sysconf.h.win32 b/include/sysconf.h.win32 index 5b33a3608..052f140e4 100644 --- a/include/sysconf.h.win32 +++ b/include/sysconf.h.win32 @@ -28,7 +28,6 @@ typedef unsigned __int8 u_int8_t; /* Enable Module support */
#define USE_MODULES
-#define MODULE_PATH ".\\modules\\"
/* Windows/MSVC likes to name things differently */
#define snprintf _snprintf
|