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