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