mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 20:51:35 +01:00
- Remove extraneous `I' from configure.ac, run ./autogen.sh. (#3930)
This commit is contained in:
parent
c9acb9d1c7
commit
4eff1e8493
4 changed files with 2215 additions and 9514 deletions
1
Changes
1
Changes
|
@ -2030,3 +2030,4 @@
|
|||
was not compiled with c-ares, which is clearly a bad idea as then the
|
||||
entire IRCd can hang for several seconds or more...
|
||||
We now check if they support asynch DNS, and skip them if they don't.
|
||||
- Remove extraneous `I' from configure.ac, run ./autogen.sh. (#3930)
|
||||
|
|
|
@ -436,7 +436,7 @@ configuration files])],
|
|||
[AC_DEFINE([DEFAULT_PERMISSIONS], [0600], [The default permissions for configuration files. Set to 0 to prevent unrealircd from calling chmod() on the files.])])
|
||||
AC_ARG_WITH(dpath, [AS_HELP_STRING([--with-dpath=path],[Specify the path where configuration files are stored])],
|
||||
[AC_DEFINE_UNQUOTED([DPATH], ["$withval"], [Define the location of the configuration files])
|
||||
I IRCDDIR="$withval"],
|
||||
IRCDDIR="$withval"],
|
||||
[AC_DEFINE_UNQUOTED([DPATH], ["`pwd`"], [Define the location of the configuration files])
|
||||
IRCDDIR="`pwd`"])
|
||||
|
||||
|
|
|
@ -262,6 +262,9 @@
|
|||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
|
@ -370,6 +373,9 @@
|
|||
/* Define to `long' if <sys/types.h> does not define. */
|
||||
#undef int32_t
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#undef mode_t
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue