You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* src/config.h. Generated from config.h.in by configure. */
  2. /* src/config.h.in. Generated from configure.ac by autoheader. */
  3. /* "Location of configuration files" */
  4. #define CONF_DIR "/etc/netsukuku"
  5. /* "Where the Netsukuku data is saved" */
  6. #define DATA_DIR "/usr/share/netsukuku"
  7. /* FreeBSD */
  8. /* #undef FREEBSD */
  9. /* GNU Linux */
  10. #define GNU_LINUX /**/
  11. /* Define to 1 if you have the <gmp.h> header file. */
  12. #define HAVE_GMP_H 1
  13. /* Define to 1 if you have the <inttypes.h> header file. */
  14. #define HAVE_INTTYPES_H 1
  15. /* Define to 1 if you have the `kvm' library (-lkvm). */
  16. /* #undef HAVE_LIBKVM */
  17. /* Define to 1 if you have the `nsl' library (-lnsl). */
  18. /* #undef HAVE_LIBNSL */
  19. /* Define to 1 if you have the `socket' library (-lsocket). */
  20. /* #undef HAVE_LIBSOCKET */
  21. /* Define to 1 if you have the `xnet' library (-lxnet). */
  22. /* #undef HAVE_LIBXNET */
  23. /* Define to 1 if you have the <memory.h> header file. */
  24. #define HAVE_MEMORY_H 1
  25. /* netlink */
  26. #define HAVE_NETLINK /**/
  27. /* NET_RT_IFLIST */
  28. /* #undef HAVE_NET_RT_IFLIST */
  29. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  30. #define HAVE_OPENSSL_CRYPTO_H 1
  31. /* Define to 1 if you have the <pthread.h> header file. */
  32. #define HAVE_PTHREAD_H 1
  33. /* Define to 1 if you have the <stdint.h> header file. */
  34. #define HAVE_STDINT_H 1
  35. /* Define to 1 if you have the <stdlib.h> header file. */
  36. #define HAVE_STDLIB_H 1
  37. /* Define to 1 if you have the <strings.h> header file. */
  38. #define HAVE_STRINGS_H 1
  39. /* Define to 1 if you have the <string.h> header file. */
  40. #define HAVE_STRING_H 1
  41. /* Define to 1 if you have the <sys/stat.h> header file. */
  42. #define HAVE_SYS_STAT_H 1
  43. /* Define to 1 if you have the <sys/types.h> header file. */
  44. #define HAVE_SYS_TYPES_H 1
  45. /* Define to 1 if you have the <unistd.h> header file. */
  46. #define HAVE_UNISTD_H 1
  47. /* Define to 1 if you have the <zlib.h> header file. */
  48. #define HAVE_ZLIB_H 1
  49. /* IRIX 6.5 */
  50. /* #undef IRIX */
  51. /* OpenBSD */
  52. /* #undef OPEN_BSD */
  53. /* Name of package */
  54. #define PACKAGE "netsukuku"
  55. /* Define to the address where bug reports for this package should be sent. */
  56. #define PACKAGE_BUGREPORT ""
  57. /* Define to the full name of this package. */
  58. #define PACKAGE_NAME "netsukuku"
  59. /* Define to the full name and version of this package. */
  60. #define PACKAGE_STRING "netsukuku 0.0.9b"
  61. /* Define to the one symbol short name of this package. */
  62. #define PACKAGE_TARNAME "netsukuku"
  63. /* Define to the home page for this package. */
  64. #define PACKAGE_URL ""
  65. /* Define to the version of this package. */
  66. #define PACKAGE_VERSION "0.0.9b"
  67. /* ntkd.pid file location */
  68. #define PID_DIR "/var/run"
  69. /* Define to 1 if you have the ANSI C header files. */
  70. #define STDC_HEADERS 1
  71. /* SunOS 5 */
  72. /* #undef SUNOS */
  73. /* Version number of package */
  74. #define VERSION "0.0.9b"