telepathygabble/inc/config.h
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2  * config.h - Source for Gabble service discovery
       
     3  *
       
     4  * Copyright (C) 2006 Collabora Ltd.
       
     5  * 
       
     6  *
       
     7  * This library is free software; you can redistribute it and/or
       
     8  * modify it under the terms of the GNU Lesser General Public
       
     9  * License as published by the Free Software Foundation; either
       
    10  * version 2.1 of the License, or (at your option) any later version.
       
    11  *
       
    12  * This library is distributed in the hope that it will be useful,
       
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    15  * Lesser General Public License for more details.
       
    16  *
       
    17  * You should have received a copy of the GNU Lesser General Public
       
    18  * License along with this library; if not, write to the Free Software
       
    19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    20  *
       
    21  */
       
    22 
       
    23 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
    24 
       
    25 /* DBus services directory */
       
    26 #undef DBUS_SERVICES_DIR
       
    27 
       
    28 /* Enable backtrace output on crashes */
       
    29 #undef ENABLE_BACKTRACE
       
    30 
       
    31 /* Enable debug code */
       
    32 #undef ENABLE_DEBUG
       
    33 
       
    34 /* Enable handle leak debug code */
       
    35 #undef ENABLE_HANDLE_LEAK_DEBUG
       
    36 
       
    37 /* Define to 1 if you have the `backtrace' function. */
       
    38 #undef HAVE_BACKTRACE
       
    39 
       
    40 /* Define to 1 if you have the `backtrace_symbols_fd' function. */
       
    41 #undef HAVE_BACKTRACE_SYMBOLS_FD
       
    42 
       
    43 /* Define to 1 if you have the <dlfcn.h> header file. */
       
    44 #undef HAVE_DLFCN_H
       
    45 
       
    46 /* Define to 1 if you have the <execinfo.h> header file. */
       
    47 #undef HAVE_EXECINFO_H
       
    48 
       
    49 /* Define to 1 if you have the <inttypes.h> header file. */
       
    50 #undef HAVE_INTTYPES_H
       
    51 
       
    52 /* Define to 1 if you have the <memory.h> header file. */
       
    53 #undef HAVE_MEMORY_H
       
    54 
       
    55 /* Define to 1 if you have the `signal' function. */
       
    56 #undef HAVE_SIGNAL
       
    57 
       
    58 /* Define to 1 if you have the <signal.h> header file. */
       
    59 #undef HAVE_SIGNAL_H
       
    60 
       
    61 /* Define to 1 if you have the <stdint.h> header file. */
       
    62 #undef HAVE_STDINT_H
       
    63 
       
    64 /* Define to 1 if you have the <stdlib.h> header file. */
       
    65 #undef HAVE_STDLIB_H
       
    66 
       
    67 /* Define to 1 if you have the <strings.h> header file. */
       
    68 #undef HAVE_STRINGS_H
       
    69 
       
    70 /* Define to 1 if you have the <string.h> header file. */
       
    71 #undef HAVE_STRING_H
       
    72 
       
    73 /* Define to 1 if you have the <sys/stat.h> header file. */
       
    74 #undef HAVE_SYS_STAT_H
       
    75 
       
    76 /* Define to 1 if you have the <sys/types.h> header file. */
       
    77 #undef HAVE_SYS_TYPES_H
       
    78 
       
    79 /* Define to 1 if you have the <unistd.h> header file. */
       
    80 #undef HAVE_UNISTD_H
       
    81 
       
    82 /* Name of package */
       
    83 #undef PACKAGE
       
    84 
       
    85 /* Define to the address where bug reports for this package should be sent. */
       
    86 #undef PACKAGE_BUGREPORT
       
    87 
       
    88 /* Define to the full name of this package. */
       
    89 #undef PACKAGE_NAME
       
    90 
       
    91 /* Define to the full name and version of this package. */
       
    92 #undef PACKAGE_STRING
       
    93 
       
    94 /* Define to the one symbol short name of this package. */
       
    95 #undef PACKAGE_TARNAME
       
    96 
       
    97 /* Define to the version of this package. */
       
    98 #undef PACKAGE_VERSION
       
    99 
       
   100 /* Define to 1 if you have the ANSI C header files. */
       
   101 #undef STDC_HEADERS
       
   102 
       
   103 /* Version number of package */
       
   104 #define  VERSION "1.0"