222 lines
6.4 KiB
C
222 lines
6.4 KiB
C
/* include/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* If you want native IP support, uncomment CONFIG_NATIVE_IP Do not forget
|
|
that it is VERY ALPHA code, with almost no support Enable only if you are
|
|
interested in NCP over IP and you want help me. -A ip.address is your
|
|
friend. At this time you have to silently ignore Login to server XXXX as
|
|
YYYY - think that XXXX is ip.address and not one taken from .nwclient.
|
|
Also, if you have not .nwclient, you have to add -S DUMMY on commandline.
|
|
*/
|
|
#undef CONFIG_NATIVE_IP
|
|
|
|
/* If you do not want IPX support, comment CONFIG_NATIVE_IPX out... I cannot
|
|
recommend doing it */
|
|
#undef CONFIG_NATIVE_IPX
|
|
|
|
/* Define to 1 if translation of program messages to the user's native
|
|
language is requested. */
|
|
#undef ENABLE_NLS
|
|
|
|
/* Define to 1 if you have the Mac OS X function
|
|
CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
|
|
#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
|
|
|
|
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
|
|
the CoreFoundation framework. */
|
|
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
|
|
|
|
/* Define if the GNU dcgettext() function is already present or preinstalled.
|
|
*/
|
|
#undef HAVE_DCGETTEXT
|
|
|
|
/* Define if the GNU gettext() function is already present or preinstalled. */
|
|
#undef HAVE_GETTEXT
|
|
|
|
/* Define if you have the iconv() function and it works. */
|
|
#undef HAVE_ICONV
|
|
|
|
/* Define to 1 if you have the <iconv.h> header file. */
|
|
#undef HAVE_ICONV_H
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define if you have IPX header linux/ipx.h */
|
|
#undef HAVE_LINUX_IPX_H
|
|
|
|
/* Define when MSG_NOSIGNAL exists */
|
|
#undef HAVE_MSG_NOSIGNAL
|
|
|
|
/* Define if you have IPX header netipx/ipx.h */
|
|
#undef HAVE_NETIPX_IPX_H
|
|
|
|
/* Define to 1 if you have the <net/if.h> header file. */
|
|
#undef HAVE_NET_IF_H
|
|
|
|
/* Define when SO_NOSIGPIPE exists */
|
|
#undef HAVE_SO_NOSIGPIPE
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#undef HAVE_STDINT_H
|
|
|
|
/* Define to 1 if you have the <stdio.h> header file. */
|
|
#undef HAVE_STDIO_H
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#undef HAVE_STRINGS_H
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#undef HAVE_STRING_H
|
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
#undef HAVE_SYS_SOCKET_H
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if you have the <wchar.h> header file. */
|
|
#undef HAVE_WCHAR_H
|
|
|
|
/* Define to 1 if you have the 'wcscasecmp' function. */
|
|
#undef HAVE_WCSCASECMP
|
|
|
|
/* Define to 1 if you have the 'wcscmp' function. */
|
|
#undef HAVE_WCSCMP
|
|
|
|
/* Define to 1 if you have the 'wcscpy' function. */
|
|
#undef HAVE_WCSCPY
|
|
|
|
/* Define to 1 if you have the 'wcsdup' function. */
|
|
#undef HAVE_WCSDUP
|
|
|
|
/* Define to 1 if you have the 'wcslen' function. */
|
|
#undef HAVE_WCSLEN
|
|
|
|
/* Define to 1 if you have the 'wcsncasecmp' function. */
|
|
#undef HAVE_WCSNCASECMP
|
|
|
|
/* Define to 1 if you have the 'wcsncmp' function. */
|
|
#undef HAVE_WCSNCMP
|
|
|
|
/* Define to 1 if you have the 'wcsrev' function. */
|
|
#undef HAVE_WCSREV
|
|
|
|
/* Define as const if the declaration of iconv() needs const. */
|
|
#undef ICONV_CONST
|
|
|
|
/* If defined, support for Linux2.0.x is compiled in */
|
|
#undef MOUNT2
|
|
|
|
/* If defined, support for Linux2.1-3.x is compiled in */
|
|
#undef MOUNT3
|
|
|
|
/* Define to 8 (big-endian) or 16 (32 bit little-endian except i386) or 32
|
|
(i386) */
|
|
#undef MULTUNITSIZE
|
|
|
|
/* Enable support for NCP_DEBUG environment variable. */
|
|
#undef NCP_DEBUG
|
|
|
|
/* If you want to trace ncp calls uncomment this. */
|
|
#undef NCP_TRACE_ENABLE
|
|
|
|
/* If you want to include NDS support, define NDS_SUPPORT symbol Change only
|
|
through 'configure', copies of this value are in makefiles */
|
|
#undef NDS_SUPPORT
|
|
|
|
/* neither net/if.h nor linux/if.h was found, so ipx_* will not build... */
|
|
#undef NO_NET_IF_SUPPORT
|
|
|
|
/* neither net/route.h nor linux/route.h was found ... */
|
|
#undef NO_NET_ROUTE_SUPPORT
|
|
|
|
/* 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
|
|
|
|
/* If you want to include packet signature support uncomment this. If you are
|
|
using 2.0.x Linux kernel, make sure that you also applied kernel patches.
|
|
Change only through 'configure', copies of this value are in makefiles */
|
|
#undef SIGNATURES
|
|
|
|
/* Define to 1 if all of the C89 standard headers exist (not just the ones
|
|
required in a freestanding environment). This macro is provided for
|
|
backward compatibility; new code need not use it. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
|
|
macro is obsolete. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define to 1 if your <sys/time.h> declares 'struct tm'. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Define to 8 (big-endian) or 16 (32 bit little-endian except i386) or 32
|
|
(i386) */
|
|
#undef UNITSIZE
|
|
|
|
/* Define when compiling for Linux kernel */
|
|
#undef USE_KERNEL
|
|
|
|
/* Define if you need this for correct threading_MIT_POSIX_THREADS ... */
|
|
#undef _MIT_POSIX_THREADS
|
|
|
|
/* Define to empty if 'const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define as 'int' if <sys/types.h> doesn't define. */
|
|
#undef gid_t
|
|
|
|
/* Define to '__inline__' or '__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif
|
|
|
|
/* Define to 'int' if <sys/types.h> does not define. */
|
|
#undef mode_t
|
|
|
|
/* Define to 'long int' if <sys/types.h> does not define. */
|
|
#undef off_t
|
|
|
|
/* Define as a signed integer type capable of holding a process identifier. */
|
|
#undef pid_t
|
|
|
|
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define as 'int' if <sys/types.h> doesn't define. */
|
|
#undef uid_t
|
|
|
|
/* Define to 'unsigned int' if wchar_t is not defined. */
|
|
#undef wchar_t
|