00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to 1 if you have the `atexit' function. */ 00005 #define HAVE_ATEXIT 1 00006 00007 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00008 */ 00009 #define HAVE_DIRENT_H 1 00010 00011 /* Define to 1 if you have the <dlfcn.h> header file. */ 00012 #define HAVE_DLFCN_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 `inotify' function. */ 00018 /* #undef HAVE_INOTIFY */ 00019 00020 /* Define to 1 if you have the <inttypes.h> header file. */ 00021 #define HAVE_INTTYPES_H 1 00022 00023 /* Define to 1 if you have the `kqueue' function. */ 00024 /* #undef HAVE_KQUEUE */ 00025 00026 /* Define to 1 if you have the <limits.h> header file. */ 00027 #define HAVE_LIMITS_H 1 00028 00029 /* Define to 1 if you have the <memory.h> header file. */ 00030 #define HAVE_MEMORY_H 1 00031 00032 /* Define to 1 if you have the `memset' function. */ 00033 #define HAVE_MEMSET 1 00034 00035 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00036 /* #undef HAVE_NDIR_H */ 00037 00038 /* Define to 1 if stdbool.h conforms to C99. */ 00039 #define HAVE_STDBOOL_H 1 00040 00041 /* Define to 1 if you have the <stdint.h> header file. */ 00042 #define HAVE_STDINT_H 1 00043 00044 /* Define to 1 if you have the <stdlib.h> header file. */ 00045 #define HAVE_STDLIB_H 1 00046 00047 /* Define to 1 if you have the <strings.h> header file. */ 00048 #define HAVE_STRINGS_H 1 00049 00050 /* Define to 1 if you have the <string.h> header file. */ 00051 #define HAVE_STRING_H 1 00052 00053 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00054 */ 00055 /* #undef HAVE_SYS_DIR_H */ 00056 00057 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00058 */ 00059 /* #undef HAVE_SYS_NDIR_H */ 00060 00061 /* Define to 1 if you have the <sys/param.h> header file. */ 00062 #define HAVE_SYS_PARAM_H 1 00063 00064 /* Define to 1 if you have the <sys/socket.h> header file. */ 00065 #define HAVE_SYS_SOCKET_H 1 00066 00067 /* Define to 1 if you have the <sys/stat.h> header file. */ 00068 #define HAVE_SYS_STAT_H 1 00069 00070 /* Define to 1 if you have the <sys/time.h> header file. */ 00071 #define HAVE_SYS_TIME_H 1 00072 00073 /* Define to 1 if you have the <sys/types.h> header file. */ 00074 #define HAVE_SYS_TYPES_H 1 00075 00076 /* Define to 1 if you have the <unistd.h> header file. */ 00077 #define HAVE_UNISTD_H 1 00078 00079 /* Define to 1 if the system has the type `_Bool'. */ 00080 #define HAVE__BOOL 1 00081 00082 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00083 /* #undef NO_MINUS_C_MINUS_O */ 00084 00085 /* Name of package */ 00086 #define PACKAGE "pnotify" 00087 00088 /* Define to the address where bug reports for this package should be sent. */ 00089 #define PACKAGE_BUGREPORT "devel@heily.com" 00090 00091 /* Define to the full name of this package. */ 00092 #define PACKAGE_NAME "pnotify" 00093 00094 /* Define to the full name and version of this package. */ 00095 #define PACKAGE_STRING "pnotify 0.2" 00096 00097 /* Define to the one symbol short name of this package. */ 00098 #define PACKAGE_TARNAME "pnotify" 00099 00100 /* Define to the version of this package. */ 00101 #define PACKAGE_VERSION "0.2" 00102 00103 /* Define to 1 if you have the ANSI C header files. */ 00104 #define STDC_HEADERS 1 00105 00106 /* Version number of package */ 00107 #define VERSION "0.2" 00108 00109 /* Define to empty if `const' does not conform to ANSI C. */ 00110 /* #undef const */ 00111 00112 /* Define to `__inline__' or `__inline' if that's what the C compiler 00113 calls it, or to nothing if 'inline' is not supported under any name. */ 00114 #ifndef __cplusplus 00115 /* #undef inline */ 00116 #endif
1.5.1