config.h

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

Generated on Fri Jun 16 16:16:36 2006 for Network Block Device by  doxygen 1.4.6