| author | John Bailey <rekkanoryo@rekkanoryo.org> |
| Sun Aug 30 20:10:58 2009 -0400 (2009-08-30) | |
| changeset 1046 | 93089a7ce7f6 |
| parent 856 | 12d0dca52428 |
| permissions | -rw-r--r-- |
| datallah@136 | 1 |
/* pre_config.h. Generated from pre_config.h.in by configure. */ |
| jbailey@22 | 2 |
/* pre_config.h.in. Generated from configure.ac by autoheader. */ |
| jbailey@22 | 3 |
|
| jbailey@22 | 4 |
/* our header */ |
| datallah@244 | 5 |
#ifndef PP_CONFIG_H |
| datallah@244 | 6 |
#define PP_CONFIG_H |
| jbailey@22 | 7 |
|
| datallah@856 | 8 |
#ifndef G_GNUC_NULL_TERMINATED |
| datallah@856 | 9 |
#if __GNUC__ >= 4 |
| datallah@856 | 10 |
#define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__)) |
| datallah@856 | 11 |
#else |
| datallah@856 | 12 |
#define G_GNUC_NULL_TERMINATED |
| datallah@856 | 13 |
#endif |
| datallah@856 | 14 |
#endif |
| jbailey@22 | 15 |
|
| datallah@136 | 16 |
/* Define if debugging is enabled. */ |
| datallah@244 | 17 |
/*#define DEBUG 1 */ |
| jbailey@22 | 18 |
|
| datallah@136 | 19 |
/* always defined to indicate that i18n is enabled */ |
| jbailey@22 | 20 |
#define ENABLE_NLS 1 |
| jbailey@22 | 21 |
|
| datallah@136 | 22 |
/* Define the gettext package to be used. */ |
| datallah@136 | 23 |
#define GETTEXT_PACKAGE "plugin_pack" |
| datallah@136 | 24 |
|
| datallah@136 | 25 |
/* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
| datallah@244 | 26 |
/*#define HAVE_BIND_TEXTDOMAIN_CODESET 1*/ |
| jbailey@22 | 27 |
|
| datallah@136 | 28 |
/* Define to 1 if you have the `dcgettext' function. */ |
| datallah@244 | 29 |
/*#define HAVE_DCGETTEXT 1*/ |
| jbailey@22 | 30 |
|
| jbailey@22 | 31 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
| datallah@244 | 32 |
/*#define HAVE_DLFCN_H 1*/ |
| jbailey@22 | 33 |
|
| datallah@244 | 34 |
/* Define if we've found finch. */ |
| datallah@244 | 35 |
/* #undef HAVE_FINCH */ |
| jbailey@22 | 36 |
|
| datallah@136 | 37 |
/* Define if the GNU gettext() function is already present or preinstalled. */ |
| datallah@244 | 38 |
#define HAVE_GETTEXT 1 |
| jbailey@22 | 39 |
|
| datallah@136 | 40 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
| jbailey@22 | 41 |
#define HAVE_INTTYPES_H 1 |
| jbailey@22 | 42 |
|
| jbailey@22 | 43 |
/* Define if your <locale.h> file defines LC_MESSAGES. */ |
| datallah@244 | 44 |
/*#define HAVE_LC_MESSAGES 1*/ |
| jbailey@22 | 45 |
|
| jbailey@22 | 46 |
/* Define to 1 if you have the <locale.h> header file. */ |
| jbailey@22 | 47 |
#define HAVE_LOCALE_H 1 |
| jbailey@22 | 48 |
|
| jbailey@22 | 49 |
/* Define to 1 if you have the <memory.h> header file. */ |
| jbailey@22 | 50 |
#define HAVE_MEMORY_H 1 |
| jbailey@22 | 51 |
|
| datallah@244 | 52 |
/* Define if we've found pidgin. */ |
| datallah@244 | 53 |
#define HAVE_PIDGIN 1 |
| datallah@244 | 54 |
|
| datallah@244 | 55 |
/* Define if we've found libpurple. */ |
| datallah@244 | 56 |
#define HAVE_PURPLE 1 |
| datallah@244 | 57 |
|
| datallah@244 | 58 |
/* Define to 1 if you have the <regex.h> header file. */ |
| datallah@244 | 59 |
/*#define HAVE_REGEX_H 1*/ |
| datallah@244 | 60 |
|
| jbailey@22 | 61 |
/* Define to 1 if you have the <stdint.h> header file. */ |
| jbailey@22 | 62 |
#define HAVE_STDINT_H 1 |
| jbailey@22 | 63 |
|
| jbailey@22 | 64 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
| jbailey@22 | 65 |
#define HAVE_STDLIB_H 1 |
| jbailey@22 | 66 |
|
| jbailey@22 | 67 |
/* Define to 1 if you have the <strings.h> header file. */ |
| jbailey@22 | 68 |
#define HAVE_STRINGS_H 1 |
| jbailey@22 | 69 |
|
| jbailey@22 | 70 |
/* Define to 1 if you have the <string.h> header file. */ |
| jbailey@22 | 71 |
#define HAVE_STRING_H 1 |
| jbailey@22 | 72 |
|
| jbailey@22 | 73 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| jbailey@22 | 74 |
#define HAVE_SYS_STAT_H 1 |
| jbailey@22 | 75 |
|
| jbailey@22 | 76 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
| jbailey@22 | 77 |
#define HAVE_SYS_TYPES_H 1 |
| jbailey@22 | 78 |
|
| jbailey@22 | 79 |
/* Define to 1 if you have the <unistd.h> header file. */ |
| jbailey@22 | 80 |
#define HAVE_UNISTD_H 1 |
| jbailey@22 | 81 |
|
| jbailey@22 | 82 |
/* Name of package */ |
| datallah@244 | 83 |
#define PP_PACKAGE "purple-plugin_pack" |
| jbailey@22 | 84 |
|
| jbailey@22 | 85 |
/* Define to the address where bug reports for this package should be sent. */ |
| datallah@244 | 86 |
#define PP_PACKAGE_BUGREPORT "guifications-devel@lists.sourceforge.net" |
| jbailey@22 | 87 |
|
| jbailey@22 | 88 |
/* Define to the full name of this package. */ |
| datallah@244 | 89 |
#define PP_PACKAGE_NAME "purple-plugin_pack" |
| jbailey@22 | 90 |
|
| jbailey@22 | 91 |
/* Define to the full name and version of this package. */ |
| datallah@244 | 92 |
#define PP_PACKAGE_STRING "purple-plugin_pack 1.0mtn" |
| jbailey@22 | 93 |
|
| jbailey@22 | 94 |
/* Define to the one symbol short name of this package. */ |
| datallah@244 | 95 |
#define PP_PACKAGE_TARNAME "purple-plugin_pack" |
| jbailey@22 | 96 |
|
| jbailey@22 | 97 |
/* Define to the version of this package. */ |
| datallah@244 | 98 |
#define PP_PACKAGE_VERSION "1.0mtn" |
| datallah@244 | 99 |
|
| datallah@244 | 100 |
/* Plugin Pack Version */ |
| datallah@244 | 101 |
/*#define PP_VERSION "1.0mtn"*/ |
| datallah@244 | 102 |
|
| datallah@244 | 103 |
/* Plugin Pack Website */ |
| paul@1028 | 104 |
#define PP_WEBSITE "http://plugins.guifications.org/trac" |
| jbailey@22 | 105 |
|
| datallah@315 | 106 |
#define PP_LOCALEDIR LOCALEDIR |
| datallah@315 | 107 |
|
| jbailey@22 | 108 |
/* Define to 1 if you have the ANSI C header files. */ |
| jbailey@22 | 109 |
#define STDC_HEADERS 1 |
| datallah@136 | 110 |
|
| jbailey@22 | 111 |
/* Version number of package */ |
| datallah@244 | 112 |
/*#define VERSION "1.0mtn"*/ |
| jbailey@22 | 113 |
|
| jbailey@22 | 114 |
|
| datallah@244 | 115 |
#endif /* PP_CONFIG_H */ |
| jbailey@22 | 116 |