include/config.h

/* [<][>][^][v][top]
[bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 /* include/config.h.  Generated automatically by configure.  */
   2 /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
   3 
   4 /* Define to empty if the keyword does not work.  */
   5 /* #undef const */
   6 
   7 /* Define as the return type of signal handlers (int or void).  */
   8 #define RETSIGTYPE void
   9 
  10 /* Define if you have the ANSI C header files.  */
  11 #define STDC_HEADERS 1
  12 
  13 /* The RIP VERSION number */
  14 #define VERSION "3.1.0"
  15 
  16 /* Define uint32_t as u_int32_t if it does not exist */
  17 #define uint32_t uint32_t
  18 
  19 /* Define uint64_t as u_int64_t if it does not exist */
  20 #define uint64_t uint64_t
  21 
  22 /* Define if you have the pthread_attr_getstacksize function.  */
  23 #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
  24 
  25 /* Define if you have the pthread_attr_setstacksize function.  */
  26 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
  27 
  28 /* Define if you have the socket function.  */
  29 /* #undef HAVE_SOCKET */
  30 
  31 /* Define if you have the strsep function.  */
  32 /* #undef HAVE_STRSEP */
  33 
  34 /* Define if you have the strstr function.  */
  35 #define HAVE_STRSTR 1
  36 
  37 /* Define if you have the strtok_r function.  */
  38 #define HAVE_STRTOK_R 1
  39 
  40 /* Define if you have the <pthread.h> header file.  */
  41 #define HAVE_PTHREAD_H 1
  42 
  43 /* Define if you have the <sys/time.h> header file.  */
  44 #define HAVE_SYS_TIME_H 1
  45 
  46 /* Define if you have the <unistd.h> header file.  */
  47 #define HAVE_UNISTD_H 1
  48 
  49 /* Define if you have the nsl library (-lnsl).  */
  50 #define HAVE_LIBNSL 1
  51 
  52 /* Define if you have the pthread library (-lpthread).  */
  53 /* #undef HAVE_LIBPTHREAD */
  54 
  55 /* Define if you have the socket library (-lsocket).  */
  56 #define HAVE_LIBSOCKET 1
  57 
  58 /* Define if you have the <sys/param.h> header file. */
  59 #define HAVE_SYS_PARAM_H 1
  60 
  61 /* Define if you need #include <typeinfo> */
  62 /* #undef HAVE_TYPEINFO_H */
  63 
  64 /* Define if setpgrp() is POSIX.1 compliant */
  65 #define SETPGRP_VOID 1
  66 
  67 

/* [<][>][^][v][top][bottom][index][help] */