"Fossies" - the Fresh Open Source Software Archive

Member "npadmin-0.14/config.h" (30 Mar 2006, 2961 Bytes) of package /linux/misc/old/npadmin-0.14.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /* config.h.  Generated automatically by configure.  */
    2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
    3 
    4 /* Define to empty if the keyword does not work.  */
    5 #define const 
    6 
    7 /* Define as __inline if that's what the C compiler calls it.  */
    8 #define inline 
    9 
   10 /* Define if you have the ANSI C header files.  */
   11 #define STDC_HEADERS 1
   12 
   13 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
   14 #define TIME_WITH_SYS_TIME 1
   15 
   16 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
   17 /* #undef HAVE_UNION_WAIT */                
   18 #define NDEBUG 1 /* assert.h isn't used atm. */
   19 
   20 /* Define if you have the getopt_long function.  */
   21 #define HAVE_GETOPT_LONG 1
   22 
   23 /* Define if you have the select function.  */
   24 /* #undef HAVE_SELECT */
   25 
   26 /* Define if you have the snprintf function.  */
   27 #define HAVE_SNPRINTF 1
   28 
   29 /* Define if you have the strdup function.  */
   30 #define HAVE_STRDUP 1
   31 
   32 /* Define if you have the strstr function.  */
   33 #define HAVE_STRSTR 1
   34 
   35 /* Define if you have the strtol function.  */
   36 /* #undef HAVE_STRTOL */
   37 
   38 /* Define if you have the <arpa/inet.h> header file.  */
   39 #define HAVE_ARPA_INET_H 1
   40 
   41 /* Define if you have the <assert.h> header file.  */
   42 #define HAVE_ASSERT_H 1
   43 
   44 /* Define if you have the <errno.h> header file.  */
   45 #define HAVE_ERRNO_H 1
   46 
   47 /* Define if you have the <fcntl.h> header file.  */
   48 #define HAVE_FCNTL_H 1
   49 
   50 /* Define if you have the <limits.h> header file.  */
   51 #define HAVE_LIMITS_H 1
   52 
   53 /* Define if you have the <netdb.h> header file.  */
   54 #define HAVE_NETDB_H 1
   55 
   56 /* Define if you have the <netinet/in.h> header file.  */
   57 #define HAVE_NETINET_IN_H 1
   58 
   59 /* Define if you have the <pthread.h> header file.  */
   60 #define HAVE_PTHREAD_H 1
   61 
   62 /* Define if you have the <stdarg.h> header file.  */
   63 #define HAVE_STDARG_H 1
   64 
   65 /* Define if you have the <stdio.h> header file.  */
   66 #define HAVE_STDIO_H 1
   67 
   68 /* Define if you have the <stdlib.h> header file.  */
   69 #define HAVE_STDLIB_H 1
   70 
   71 /* Define if you have the <string.h> header file.  */
   72 #define HAVE_STRING_H 1
   73 
   74 /* Define if you have the <sys/socket.h> header file.  */
   75 #define HAVE_SYS_SOCKET_H 1
   76 
   77 /* Define if you have the <sys/stat.h> header file.  */
   78 #define HAVE_SYS_STAT_H 1
   79 
   80 /* Define if you have the <sys/time.h> header file.  */
   81 #define HAVE_SYS_TIME_H 1
   82 
   83 /* Define if you have the <sys/types.h> header file.  */
   84 #define HAVE_SYS_TYPES_H 1
   85 
   86 /* Define if you have the <unistd.h> header file.  */
   87 #define HAVE_UNISTD_H 1
   88 
   89 /* Define if you have the iberty library (-liberty).  */
   90 /* #undef HAVE_LIBIBERTY */
   91 
   92 /* Define if you have the inet library (-linet).  */
   93 /* #undef HAVE_LIBINET */
   94 
   95 /* Define if you have the nsl library (-lnsl).  */
   96 /* #undef HAVE_LIBNSL */
   97 
   98 /* Define if you have the pthread library (-lpthread).  */
   99 #define HAVE_LIBPTHREAD 1
  100 
  101 /* Define if you have the socket library (-lsocket).  */
  102 /* #undef HAVE_LIBSOCKET */
  103 
  104 /* Name of package */
  105 #define PACKAGE "npadmin"
  106 
  107 /* Version number of package */
  108 #define VERSION "0.13"
  109