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

Generated on Fri Sep 21 19:49:46 2007 for Network Block Device by  doxygen 1.5.3