"Fossies" - the Fresh Open Source Software Archive

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