Network Block Device 2.9.20

config.h

Go to the documentation of this file.
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define if building universal (internal helper macro) */
00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */
00006 
00007 /* Define if you want a debugging version of nbd-server (lots of copious
00008    output) */
00009 /* #undef DODBG */
00010 
00011 /* Define to 1 if you have the `alarm' function. */
00012 #define HAVE_ALARM 1
00013 
00014 /* Define to 1 if you have the <arpa/inet.h> header file. */
00015 #define HAVE_ARPA_INET_H 1
00016 
00017 /* Define to 1 if you have the <fcntl.h> header file. */
00018 #define HAVE_FCNTL_H 1
00019 
00020 /* Define to 1 if you have the `fork' function. */
00021 #define HAVE_FORK 1
00022 
00023 /* Define to 1 if you have the `gethostbyname' function. */
00024 #define HAVE_GETHOSTBYNAME 1
00025 
00026 /* Define to 1 if you have the `inet_ntoa' function. */
00027 #define HAVE_INET_NTOA 1
00028 
00029 /* Define to 1 if you have the <inttypes.h> header file. */
00030 #define HAVE_INTTYPES_H 1
00031 
00032 /* Define to 1 if you have the <linux/types.h> header file. */
00033 #define HAVE_LINUX_TYPES_H 1
00034 
00035 /* Define to 1 if you have the `llseek' function. */
00036 #define HAVE_LLSEEK 1
00037 
00038 /* Define to 1 if you have the <memory.h> header file. */
00039 #define HAVE_MEMORY_H 1
00040 
00041 /* Define to 1 if you have the `memset' function. */
00042 #define HAVE_MEMSET 1
00043 
00044 /* Define to 1 if you have the <netdb.h> header file. */
00045 #define HAVE_NETDB_H 1
00046 
00047 /* Define to 1 if you have the <netinet/in.h> header file. */
00048 #define HAVE_NETINET_IN_H 1
00049 
00050 /* Define to 1 if you have the `socket' function. */
00051 #define HAVE_SOCKET 1
00052 
00053 /* Define to 1 if you have the <stdint.h> header file. */
00054 #define HAVE_STDINT_H 1
00055 
00056 /* Define to 1 if you have the <stdlib.h> header file. */
00057 #define HAVE_STDLIB_H 1
00058 
00059 /* Define to 1 if you have the `strerror' function. */
00060 #define HAVE_STRERROR 1
00061 
00062 /* Define to 1 if you have the <strings.h> header file. */
00063 #define HAVE_STRINGS_H 1
00064 
00065 /* Define to 1 if you have the <string.h> header file. */
00066 #define HAVE_STRING_H 1
00067 
00068 /* Define to 1 if you have the `strstr' function. */
00069 #define HAVE_STRSTR 1
00070 
00071 /* Define to 1 if you have the <syslog.h> header file. */
00072 #define HAVE_SYSLOG_H 1
00073 
00074 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00075 #define HAVE_SYS_IOCTL_H 1
00076 
00077 /* Define to 1 if you have the <sys/mount.h> header file. */
00078 #define HAVE_SYS_MOUNT_H 1
00079 
00080 /* Define to 1 if you have the <sys/socket.h> header file. */
00081 #define HAVE_SYS_SOCKET_H 1
00082 
00083 /* Define to 1 if you have the <sys/stat.h> header file. */
00084 #define HAVE_SYS_STAT_H 1
00085 
00086 /* Define to 1 if you have the <sys/types.h> header file. */
00087 #define HAVE_SYS_TYPES_H 1
00088 
00089 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00090 #define HAVE_SYS_WAIT_H 1
00091 
00092 /* Define to 1 if you have the <unistd.h> header file. */
00093 #define HAVE_UNISTD_H 1
00094 
00095 /* Define to 1 if you have the `vfork' function. */
00096 #define HAVE_VFORK 1
00097 
00098 /* Define to 1 if you have the <vfork.h> header file. */
00099 /* #undef HAVE_VFORK_H */
00100 
00101 /* Define to 1 if `fork' works. */
00102 #define HAVE_WORKING_FORK 1
00103 
00104 /* Define to 1 if `vfork' works. */
00105 #define HAVE_WORKING_VFORK 1
00106 
00107 /* Define to 1 if you want nbd-server to log through syslog */
00108 /* #undef ISSERVER */
00109 
00110 /* Define to 1 if Large File Support should be enabled */
00111 #define NBD_LFS 1
00112 
00113 /* Define if you don't want the nbd-server to fork() */
00114 /* #undef NOFORK */
00115 
00116 /* Name of package */
00117 #define PACKAGE "nbd"
00118 
00119 /* Define to the address where bug reports for this package should be sent. */
00120 #define PACKAGE_BUGREPORT "wouter@debian.org"
00121 
00122 /* Define to the full name of this package. */
00123 #define PACKAGE_NAME "nbd"
00124 
00125 /* Define to the full name and version of this package. */
00126 #define PACKAGE_STRING "nbd 2.9.20"
00127 
00128 /* Define to the one symbol short name of this package. */
00129 #define PACKAGE_TARNAME "nbd"
00130 
00131 /* Define to the home page for this package. */
00132 #define PACKAGE_URL ""
00133 
00134 /* Define to the version of this package. */
00135 #define PACKAGE_VERSION "2.9.20"
00136 
00137 /* The size of `unsigned int', as computed by sizeof. */
00138 #define SIZEOF_UNSIGNED_INT 4
00139 
00140 /* The size of `unsigned long int', as computed by sizeof. */
00141 #define SIZEOF_UNSIGNED_LONG_INT 8
00142 
00143 /* The size of `unsigned long long int', as computed by sizeof. */
00144 #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
00145 
00146 /* The size of `unsigned short int', as computed by sizeof. */
00147 #define SIZEOF_UNSIGNED_SHORT_INT 2
00148 
00149 /* Define to 1 if you have the ANSI C header files. */
00150 #define STDC_HEADERS 1
00151 
00152 /* Version number of package */
00153 #define VERSION "2.9.20"
00154 
00155 /* Define to 1 if you have and want support for the Socket Direct Protocol */
00156 /* #undef WITH_SDP */
00157 
00158 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00159    significant byte first (like Motorola and SPARC, unlike Intel). */
00160 #if defined AC_APPLE_UNIVERSAL_BUILD
00161 # if defined __BIG_ENDIAN__
00162 #  define WORDS_BIGENDIAN 1
00163 # endif
00164 #else
00165 # ifndef WORDS_BIGENDIAN
00166 /* #  undef WORDS_BIGENDIAN */
00167 # endif
00168 #endif
00169 
00170 /* Define to empty if `const' does not conform to ANSI C. */
00171 /* #undef const */
00172 
00173 /* Define to `__inline__' or `__inline' if that's what the C compiler
00174    calls it, or to nothing if 'inline' is not supported under any name.  */
00175 #ifndef __cplusplus
00176 /* #undef inline */
00177 #endif
00178 
00179 /* Define to `long int' if <sys/types.h> does not define. */
00180 /* #undef off_t */
00181 
00182 /* Define to `int' if <sys/types.h> does not define. */
00183 /* #undef pid_t */
00184 
00185 /* Define as `fork' if `vfork' does not work. */
00186 /* #undef vfork */