Network Block Device @PACKAGE_VERSION@

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 <dirent.h> header file, and it defines `DIR'.
00018    */
00019 #define HAVE_DIRENT_H 1
00020 
00021 /* Define to 1 if you have the <dlfcn.h> header file. */
00022 #define HAVE_DLFCN_H 1
00023 
00024 /* Define to 1 if you have FALLOC_FL_PUNCH_HOLE */
00025 #define HAVE_FALLOC_PH 0
00026 
00027 /* Define to 1 if you have the <fcntl.h> header file. */
00028 #define HAVE_FCNTL_H 1
00029 
00030 /* Define to 1 if you have the `fdatasync' function. */
00031 #define HAVE_FDATASYNC 1
00032 
00033 /* Define to 1 if you have the `fork' function. */
00034 #define HAVE_FORK 1
00035 
00036 /* Define to 1 if you have FSCTL_SET_ZERO_DATA */
00037 #define HAVE_FSCTL_SET_ZERO_DATA 0
00038 
00039 /* Define to 1 if you have the `gethostbyname' function. */
00040 #define HAVE_GETHOSTBYNAME 1
00041 
00042 /* Define to 1 if you have the `inet_ntoa' function. */
00043 #define HAVE_INET_NTOA 1
00044 
00045 /* Define to 1 if you have the <inttypes.h> header file. */
00046 #define HAVE_INTTYPES_H 1
00047 
00048 /* Define to 1 if you have the <linux/falloc.h> header file. */
00049 #define HAVE_LINUX_FALLOC_H 1
00050 
00051 /* Define to 1 if you have the <linux/types.h> header file. */
00052 #define HAVE_LINUX_TYPES_H 1
00053 
00054 /* Define to 1 if you have the `llseek' function. */
00055 #define HAVE_LLSEEK 1
00056 
00057 /* Define to 1 if you have the <memory.h> header file. */
00058 #define HAVE_MEMORY_H 1
00059 
00060 /* Define to 1 if you have the `memset' function. */
00061 #define HAVE_MEMSET 1
00062 
00063 /* Define to 1 if you have the `mkstemp' function. */
00064 #define HAVE_MKSTEMP 1
00065 
00066 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00067 /* #undef HAVE_NDIR_H */
00068 
00069 /* Define to 1 if you have the <netdb.h> header file. */
00070 #define HAVE_NETDB_H 1
00071 
00072 /* Define to 1 if you have the <netinet/in.h> header file. */
00073 #define HAVE_NETINET_IN_H 1
00074 
00075 /* Define to 1 if you have the `socket' function. */
00076 #define HAVE_SOCKET 1
00077 
00078 /* Define to 1 if you have the <stdint.h> header file. */
00079 #define HAVE_STDINT_H 1
00080 
00081 /* Define to 1 if you have the <stdlib.h> header file. */
00082 #define HAVE_STDLIB_H 1
00083 
00084 /* Define to 1 if you have the `strerror' function. */
00085 #define HAVE_STRERROR 1
00086 
00087 /* Define to 1 if you have the <strings.h> header file. */
00088 #define HAVE_STRINGS_H 1
00089 
00090 /* Define to 1 if you have the <string.h> header file. */
00091 #define HAVE_STRING_H 1
00092 
00093 /* Define to 1 if you have the `strstr' function. */
00094 #define HAVE_STRSTR 1
00095 
00096 /* Define to 1 if `d_type' is a member of `struct dirent'. */
00097 #define HAVE_STRUCT_DIRENT_D_TYPE 1
00098 
00099 /* sync_file_range(2) is supported */
00100 #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
00101 
00102 /* Define to 1 if you have the <syslog.h> header file. */
00103 #define HAVE_SYSLOG_H 1
00104 
00105 /* Define to 1 if you have the <sys/dirent.h> header file. */
00106 /* #undef HAVE_SYS_DIRENT_H */
00107 
00108 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00109    */
00110 /* #undef HAVE_SYS_DIR_H */
00111 
00112 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00113 #define HAVE_SYS_IOCTL_H 1
00114 
00115 /* Define to 1 if you have the <sys/mount.h> header file. */
00116 #define HAVE_SYS_MOUNT_H 1
00117 
00118 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00119    */
00120 /* #undef HAVE_SYS_NDIR_H */
00121 
00122 /* Define to 1 if you have the <sys/socket.h> header file. */
00123 #define HAVE_SYS_SOCKET_H 1
00124 
00125 /* Define to 1 if you have the <sys/stat.h> header file. */
00126 #define HAVE_SYS_STAT_H 1
00127 
00128 /* Define to 1 if you have the <sys/types.h> header file. */
00129 #define HAVE_SYS_TYPES_H 1
00130 
00131 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00132 #define HAVE_SYS_WAIT_H 1
00133 
00134 /* Define to 1 if you have the <unistd.h> header file. */
00135 #define HAVE_UNISTD_H 1
00136 
00137 /* Define to 1 if you have the `vfork' function. */
00138 #define HAVE_VFORK 1
00139 
00140 /* Define to 1 if you have the <vfork.h> header file. */
00141 /* #undef HAVE_VFORK_H */
00142 
00143 /* Define to 1 if you have the <winioctl.h> header file. */
00144 /* #undef HAVE_WINIOCTL_H */
00145 
00146 /* Define to 1 if `fork' works. */
00147 #define HAVE_WORKING_FORK 1
00148 
00149 /* Define to 1 if `vfork' works. */
00150 #define HAVE_WORKING_VFORK 1
00151 
00152 /* Define to 1 if you want nbd-server to log through syslog */
00153 /* #undef ISSERVER */
00154 
00155 /* Define to the sub-directory where libtool stores uninstalled libraries. */
00156 #define LT_OBJDIR ".libs/"
00157 
00158 /* Define to 1 if Large File Support should be enabled */
00159 #define NBD_LFS 1
00160 
00161 /* Define if you don't want the nbd-server to fork() */
00162 /* #undef NOFORK */
00163 
00164 /* Name of package */
00165 #define PACKAGE "nbd"
00166 
00167 /* Define to the address where bug reports for this package should be sent. */
00168 #define PACKAGE_BUGREPORT "wouter@debian.org"
00169 
00170 /* Define to the full name of this package. */
00171 #define PACKAGE_NAME "nbd"
00172 
00173 /* Define to the full name and version of this package. */
00174 #define PACKAGE_STRING "nbd 3.14"
00175 
00176 /* Define to the one symbol short name of this package. */
00177 #define PACKAGE_TARNAME "nbd"
00178 
00179 /* Define to the home page for this package. */
00180 #define PACKAGE_URL "http://nbd.sourceforge.net/"
00181 
00182 /* Define to the version of this package. */
00183 #define PACKAGE_VERSION "3.14"
00184 
00185 /* The size of `unsigned int', as computed by sizeof. */
00186 #define SIZEOF_UNSIGNED_INT 4
00187 
00188 /* The size of `unsigned long int', as computed by sizeof. */
00189 #define SIZEOF_UNSIGNED_LONG_INT 8
00190 
00191 /* The size of `unsigned long long int', as computed by sizeof. */
00192 #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
00193 
00194 /* The size of `unsigned short int', as computed by sizeof. */
00195 #define SIZEOF_UNSIGNED_SHORT_INT 2
00196 
00197 /* Define to 1 if you have the ANSI C header files. */
00198 #define STDC_HEADERS 1
00199 
00200 /* Version number of package */
00201 #define VERSION "3.14"
00202 
00203 /* Define to 1 if you have and want support for the Socket Direct Protocol */
00204 /* #undef WITH_SDP */
00205 
00206 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00207    significant byte first (like Motorola and SPARC, unlike Intel). */
00208 #if defined AC_APPLE_UNIVERSAL_BUILD
00209 # if defined __BIG_ENDIAN__
00210 #  define WORDS_BIGENDIAN 1
00211 # endif
00212 #else
00213 # ifndef WORDS_BIGENDIAN
00214 /* #  undef WORDS_BIGENDIAN */
00215 # endif
00216 #endif
00217 
00218 /* Define to empty if `const' does not conform to ANSI C. */
00219 /* #undef const */
00220 
00221 /* Define to `__inline__' or `__inline' if that's what the C compiler
00222    calls it, or to nothing if 'inline' is not supported under any name.  */
00223 #ifndef __cplusplus
00224 /* #undef inline */
00225 #endif
00226 
00227 /* Define to `long int' if <sys/types.h> does not define. */
00228 /* #undef off_t */
00229 
00230 /* Define to `int' if <sys/types.h> does not define. */
00231 /* #undef pid_t */
00232 
00233 /* Define as `fork' if `vfork' does not work. */
00234 /* #undef vfork */