mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
Fix a forgotten svn add (zncconfig.h.in)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2251 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
/* zncconfig.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
#ifndef ZNCCONFIG_H
|
||||
#define ZNCCONFIG_H
|
||||
|
||||
/* Use poll() instead of select() */
|
||||
#undef CSOCK_USE_POLL
|
||||
|
||||
/* Define if c-ares is enabled */
|
||||
#undef HAVE_C_ARES
|
||||
|
||||
/* Define if IPv6 support is enabled */
|
||||
#undef HAVE_IPV6
|
||||
|
||||
/* Define to 1 if you have the `crypto' library (-lcrypto). */
|
||||
#undef HAVE_LIBCRYPTO
|
||||
|
||||
/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
|
||||
#undef HAVE_LIBGNUGETOPT
|
||||
|
||||
/* Define if openssl is enabled */
|
||||
#undef HAVE_LIBSSL
|
||||
|
||||
/* Define to 1 if you have the `lstat' function. */
|
||||
#undef HAVE_LSTAT
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* 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
|
||||
|
||||
/* Define if ZNC should be runnable without installation */
|
||||
#undef RUN_FROM_SOURCE
|
||||
|
||||
/* Define for debugging */
|
||||
#undef _DEBUG
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
/* Enable extra debugging checks in libstdc++ */
|
||||
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||
|
||||
/* Enable extra debugging checks in libstdc++ */
|
||||
#undef _GLIBCXX_DEBUG
|
||||
|
||||
/* Enable extra debugging checks in libstdc++ */
|
||||
#undef _GLIBCXX_DEBUG_PEDANTIC
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
#endif /* ZNCCONFIG_H */
|
||||
Reference in New Issue
Block a user