[cvs] / netsukuku / src / config.h.in Repository:
ViewVC logotype

View of /netsukuku/src/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.13 - (download) (annotate)
Sun Aug 27 19:30:25 2006 UTC (4 years ago) by alpt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +75 -0 lines
rand.c optimized
    1 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
    2 
    3 /* "Location of configuration files" */
    4 #undef CONF_DIR
    5 
    6 /* "Where the Netsukuku data is saved" */
    7 #undef DATA_DIR
    8 
    9 /* FreeBSD */
   10 #undef FREEBSD
   11 
   12 /* GNU Linux */
   13 #undef GNU_LINUX
   14 
   15 /* Define to 1 if you have the <argz.h> header file. */
   16 #undef HAVE_ARGZ_H
   17 
   18 /* Define to 1 if you have the <arpa/inet.h> header file. */
   19 #undef HAVE_ARPA_INET_H
   20 
   21 /* Define to 1 if you have the <dlfcn.h> header file. */
   22 #undef HAVE_DLFCN_H
   23 
   24 /* Define to 1 if you have the <fcntl.h> header file. */
   25 #undef HAVE_FCNTL_H
   26 
   27 /* Define to 1 if you have the <gmp.h> header file. */
   28 #undef HAVE_GMP_H
   29 
   30 /* Define to 1 if you have the <inttypes.h> header file. */
   31 #undef HAVE_INTTYPES_H
   32 
   33 /* Define to 1 if you have the <libintl.h> header file. */
   34 #undef HAVE_LIBINTL_H
   35 
   36 /* Define to 1 if you have the `kvm' library (-lkvm). */
   37 #undef HAVE_LIBKVM
   38 
   39 /* Define to 1 if you have the `nsl' library (-lnsl). */
   40 #undef HAVE_LIBNSL
   41 
   42 /* Define to 1 if you have the `socket' library (-lsocket). */
   43 #undef HAVE_LIBSOCKET
   44 
   45 /* Define to 1 if you have the `xnet' library (-lxnet). */
   46 #undef HAVE_LIBXNET
   47 
   48 /* Define to 1 if you have the <limits.h> header file. */
   49 #undef HAVE_LIMITS_H
   50 
   51 /* Define to 1 if you have the <locale.h> header file. */
   52 #undef HAVE_LOCALE_H
   53 
   54 /* Define to 1 if you have the <malloc.h> header file. */
   55 #undef HAVE_MALLOC_H
   56 
   57 /* Define to 1 if you have the <memory.h> header file. */
   58 #undef HAVE_MEMORY_H
   59 
   60 /* Define to 1 if you have the <netdb.h> header file. */
   61 #undef HAVE_NETDB_H
   62 
   63 /* Define to 1 if you have the <netinet/in.h> header file. */
   64 #undef HAVE_NETINET_IN_H
   65 
   66 /* netlink */
   67 #undef HAVE_NETLINK
   68 
   69 /* NET_RT_IFLIST */
   70 #undef HAVE_NET_RT_IFLIST
   71 
   72 /* Define to 1 if you have the <openssl/crypto.h> header file. */
   73 #undef HAVE_OPENSSL_CRYPTO_H
   74 
   75 /* Define to 1 if you have the <paths.h> header file. */
   76 #undef HAVE_PATHS_H
   77 
   78 /* Define to 1 if you have the <pthread.h> header file. */
   79 #undef HAVE_PTHREAD_H
   80 
   81 /* Define to 1 if you have the <stddef.h> header file. */
   82 #undef HAVE_STDDEF_H
   83 
   84 /* Define to 1 if you have the <stdint.h> header file. */
   85 #undef HAVE_STDINT_H
   86 
   87 /* Define to 1 if you have the <stdlib.h> header file. */
   88 #undef HAVE_STDLIB_H
   89 
   90 /* Define to 1 if you have the <strings.h> header file. */
   91 #undef HAVE_STRINGS_H
   92 
   93 /* Define to 1 if you have the <string.h> header file. */
   94 #undef HAVE_STRING_H
   95 
   96 /* Define to 1 if you have the <syslog.h> header file. */
   97 #undef HAVE_SYSLOG_H
   98 
   99 /* Define to 1 if you have the <sys/file.h> header file. */
  100 #undef HAVE_SYS_FILE_H
  101 
  102 /* Define to 1 if you have the <sys/ioctl.h> header file. */
  103 #undef HAVE_SYS_IOCTL_H
  104 
  105 /* Define to 1 if you have the <sys/param.h> header file. */
  106 #undef HAVE_SYS_PARAM_H
  107 
  108 /* Define to 1 if you have the <sys/socket.h> header file. */
  109 #undef HAVE_SYS_SOCKET_H
  110 
  111 /* Define to 1 if you have the <sys/stat.h> header file. */
  112 #undef HAVE_SYS_STAT_H
  113 
  114 /* Define to 1 if you have the <sys/timeb.h> header file. */
  115 #undef HAVE_SYS_TIMEB_H
  116 
  117 /* Define to 1 if you have the <sys/time.h> header file. */
  118 #undef HAVE_SYS_TIME_H
  119 
  120 /* Define to 1 if you have the <sys/types.h> header file. */
  121 #undef HAVE_SYS_TYPES_H
  122 
  123 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  124 #undef HAVE_SYS_WAIT_H
  125 
  126 /* Define to 1 if you have the <termios.h> header file. */
  127 #undef HAVE_TERMIOS_H
  128 
  129 /* Define to 1 if you have the <unistd.h> header file. */
  130 #undef HAVE_UNISTD_H
  131 
  132 /* Define to 1 if you have the <utime.h> header file. */
  133 #undef HAVE_UTIME_H
  134 
  135 /* Define to 1 if you have the <wchar.h> header file. */
  136 #undef HAVE_WCHAR_H
  137 
  138 /* Define to 1 if you have the <wctype.h> header file. */
  139 #undef HAVE_WCTYPE_H
  140 
  141 /* Define to 1 if you have the <zlib.h> header file. */
  142 #undef HAVE_ZLIB_H
  143 
  144 /* IRIX 6.5 */
  145 #undef IRIX
  146 
  147 /* "Location of Netsukuku modules" */
  148 #undef MOD_DIR
  149 
  150 /* OpenBSD */
  151 #undef OPEN_BSD
  152 
  153 /* Name of package */
  154 #undef PACKAGE
  155 
  156 /* Define to the address where bug reports for this package should be sent. */
  157 #undef PACKAGE_BUGREPORT
  158 
  159 /* Define to the full name of this package. */
  160 #undef PACKAGE_NAME
  161 
  162 /* Define to the full name and version of this package. */
  163 #undef PACKAGE_STRING
  164 
  165 /* Define to the one symbol short name of this package. */
  166 #undef PACKAGE_TARNAME
  167 
  168 /* Define to the version of this package. */
  169 #undef PACKAGE_VERSION
  170 
  171 /* ntkd.pid file location */
  172 #undef PID_DIR
  173 
  174 /* Define to 1 if you have the ANSI C header files. */
  175 #undef STDC_HEADERS
  176 
  177 /* SunOS 5 */
  178 #undef SUNOS
  179 
  180 /* Version number of package */
  181 #undef VERSION

alpt (at) freaknet (dot) org
ViewVC Help
Powered by ViewVC 1.1-dev