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 /* Set to 1 if a (2.6) nbd.h can be found in the linux directory in the search 00111 path */ 00112 #define NBD_H_LINUX 1 00113 00114 /* Set to 1 if a (2.6) nbd.h can be found in the current directory */ 00115 /* #undef NBD_H_LOCAL */ 00116 00117 /* Define to 1 if Large File Support should be enabled */ 00118 #define NBD_LFS 1 00119 00120 /* Define if you don't want the nbd-server to fork() */ 00121 /* #undef NOFORK */ 00122 00123 /* Name of package */ 00124 #define PACKAGE "nbd" 00125 00126 /* Define to the address where bug reports for this package should be sent. */ 00127 #define PACKAGE_BUGREPORT "wouter@debian.org" 00128 00129 /* Define to the full name of this package. */ 00130 #define PACKAGE_NAME "nbd" 00131 00132 /* Define to the full name and version of this package. */ 00133 #define PACKAGE_STRING "nbd 2.9.13" 00134 00135 /* Define to the one symbol short name of this package. */ 00136 #define PACKAGE_TARNAME "nbd" 00137 00138 /* Define to the home page for this package. */ 00139 #define PACKAGE_URL "" 00140 00141 /* Define to the version of this package. */ 00142 #define PACKAGE_VERSION "2.9.13" 00143 00144 /* The size of `unsigned int', as computed by sizeof. */ 00145 #define SIZEOF_UNSIGNED_INT 4 00146 00147 /* The size of `unsigned long int', as computed by sizeof. */ 00148 #define SIZEOF_UNSIGNED_LONG_INT 4 00149 00150 /* The size of `unsigned long long int', as computed by sizeof. */ 00151 #define SIZEOF_UNSIGNED_LONG_LONG_INT 8 00152 00153 /* The size of `unsigned short int', as computed by sizeof. */ 00154 #define SIZEOF_UNSIGNED_SHORT_INT 2 00155 00156 /* Define to 1 if you have the ANSI C header files. */ 00157 #define STDC_HEADERS 1 00158 00159 /* Version number of package */ 00160 #define VERSION "2.9.13" 00161 00162 /* Define to 1 if you have and want support for the Socket Direct Protocol */ 00163 /* #undef WITH_SDP */ 00164 00165 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00166 significant byte first (like Motorola and SPARC, unlike Intel). */ 00167 #if defined AC_APPLE_UNIVERSAL_BUILD 00168 # if defined __BIG_ENDIAN__ 00169 # define WORDS_BIGENDIAN 1 00170 # endif 00171 #else 00172 # ifndef WORDS_BIGENDIAN 00173 /* # undef WORDS_BIGENDIAN */ 00174 # endif 00175 #endif 00176 00177 /* Define to empty if `const' does not conform to ANSI C. */ 00178 /* #undef const */ 00179 00180 /* Define to `__inline__' or `__inline' if that's what the C compiler 00181 calls it, or to nothing if 'inline' is not supported under any name. */ 00182 #ifndef __cplusplus 00183 /* #undef inline */ 00184 #endif 00185 00186 /* Define to `long int' if <sys/types.h> does not define. */ 00187 /* #undef off_t */ 00188 00189 /* Define to `int' if <sys/types.h> does not define. */ 00190 /* #undef pid_t */ 00191 00192 /* Define as `fork' if `vfork' does not work. */ 00193 /* #undef vfork */