"Fossies" - the Fresh Open Source Software Archive

Member "dbg-2.15.5/config.h.in" (2 Aug 2006, 1661 Bytes) of package /linux/www/old/dbg-2.15.5.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
    2 
    3 /* Define if your C compiler doesn't accept -c and -o together.  */
    4 #undef NO_MINUS_C_MINUS_O
    5 
    6 /* The number of bytes in a int.  */
    7 #undef SIZEOF_INT
    8 
    9 /* The number of bytes in a long.  */
   10 #undef SIZEOF_LONG
   11 
   12 /* The number of bytes in a long long.  */
   13 #undef SIZEOF_LONG_LONG
   14 
   15 /* The number of bytes in a off64_t.  */
   16 #undef SIZEOF_OFF64_T
   17 
   18 /* The number of bytes in a off_t.  */
   19 #undef SIZEOF_OFF_T
   20 
   21 /* The number of bytes in a short.  */
   22 #undef SIZEOF_SHORT
   23 
   24 /* Define if you have the <arpa/inet.h> header file.  */
   25 #undef HAVE_ARPA_INET_H
   26 
   27 /* Define if you have the <arpa/nameser.h> header file.  */
   28 #undef HAVE_ARPA_NAMESER_H
   29 
   30 /* Define if you have the <dlfcn.h> header file.  */
   31 #undef HAVE_DLFCN_H
   32 
   33 /* Define if you have the <inttypes.h> header file.  */
   34 #undef HAVE_INTTYPES_H
   35 
   36 /* Define if you have the <netdb.h> header file.  */
   37 #undef HAVE_NETDB_H
   38 
   39 /* Define if you have the <stdarg.h> header file.  */
   40 #undef HAVE_STDARG_H
   41 
   42 /* Define if you have the <stdint.h> header file.  */
   43 #undef HAVE_STDINT_H
   44 
   45 /* Define if you have the <sys/socket.h> header file.  */
   46 #undef HAVE_SYS_SOCKET_H
   47 
   48 /* Define if you have the <unistd.h> header file.  */
   49 #undef HAVE_UNISTD_H
   50 
   51 /* Whether you have socklen_t */
   52 #undef HAVE_SOCKLEN_T
   53 
   54 /* Whether you have dbg statically linked */
   55 #undef HAVE_DBG_STATIC
   56 
   57 /* Whether you have dbg support */
   58 #undef HAVE_DBG
   59 
   60 /* Whether you have profiler support */
   61 #undef HAVE_DBG_PROFILER
   62 
   63 /* Internal tracing option */
   64 #undef DBG_DEBUG
   65 
   66 /* Internal tracing option */
   67 #undef DBG_TRACEFILE
   68 
   69 /* Whether to build dbg as dynamic module */
   70 #undef COMPILE_DL_DBG
   71