X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fconfig.h.in;fp=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fconfig.h.in;h=5bbb13755702770fc8ab5baadcea4d4a47739d98;hp=0000000000000000000000000000000000000000;hb=d95598c16f6a3feb4846db669601856bad15bb74;hpb=14768a012e45353cde5b60896ccc6b7528d90c69 diff --git a/pppd/plugins/radius/radiusclient/config.h.in b/pppd/plugins/radius/radiusclient/config.h.in new file mode 100644 index 0000000..5bbb137 --- /dev/null +++ b/pppd/plugins/radius/radiusclient/config.h.in @@ -0,0 +1,161 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ +/* + * $Id: config.h.in,v 1.1 2002/01/22 16:03:00 dfs Exp $ + * + * Copyright (C) 1996,1997 Lars Fenneberg + * + * See the file COPYRIGHT for the respective terms and conditions. + * If the file is missing contact me at lf@elemental.net + * and I'll send you a copy. + * + */ + + +/* Define to empty if the keyword does not work. */ +#undef const + +/* Define if you have the strftime function. */ +#undef HAVE_STRFTIME + +/* Define to `long' if doesn't define. */ +#undef off_t + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* Define if the setvbuf function takes the buffering type as its second + argument and the buffer pointer as the third, as on System V + before release 3. */ +#undef SETVBUF_REVERSED + +/* Define to `unsigned' if doesn't define. */ +#undef size_t + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Define if your declares struct tm. */ +#undef TM_IN_SYS_TIME + +/* does /dev/urandom exist ? */ +#undef HAVE_DEV_URANDOM + +/* shadow password support */ +#undef HAVE_SHADOW_PASSWORDS + +/* struct utsname has domainname field */ +#undef HAVE_STRUCT_UTSNAME_DOMAINNAME + +/* package name */ +#undef PACKAGE + +/* include code to kludge aroung Livingston's RADIUS server 1.16 */ +#undef RADIUS_116 + +/* SCP support */ +#undef SCP + +/* package version */ +#undef VERSION + +/* Define if you have the fcntl function. */ +#undef HAVE_FCNTL + +/* Define if you have the flock function. */ +#undef HAVE_FLOCK + +/* Define if you have the getdomainname function. */ +#undef HAVE_GETDOMAINNAME + +/* Define if you have the gethostname function. */ +#undef HAVE_GETHOSTNAME + +/* Define if you have the rand function. */ +#undef HAVE_RAND + +/* Define if you have the random function. */ +#undef HAVE_RANDOM + +/* Define if you have the snprintf function. */ +#undef HAVE_SNPRINTF + +/* Define if you have the strcasecmp function. */ +#undef HAVE_STRCASECMP + +/* Define if you have the strdup function. */ +#undef HAVE_STRDUP + +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR + +/* Define if you have the stricmp function. */ +#undef HAVE_STRICMP + +/* Define if you have the sysinfo function. */ +#undef HAVE_SYSINFO + +/* Define if you have the uname function. */ +#undef HAVE_UNAME + +/* Define if you have the vsnprintf function. */ +#undef HAVE_VSNPRINTF + +/* Define if you have the header file. */ +#undef HAVE_CRYPT_H + +/* Define if you have the header file. */ +#undef HAVE_DIRENT_H + +/* Define if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define if you have the header file. */ +#undef HAVE_GETOPT_H + +/* Define if you have the header file. */ +#undef HAVE_NDIR_H + +/* Define if you have the header file. */ +#undef HAVE_SIGNAL_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_DIR_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_FCNTL_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_FILE_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_NDIR_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_SIGNAL_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_UTSNAME_H + +/* Define if you have the header file. */ +#undef HAVE_TERMIOS_H + +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the crypt library (-lcrypt). */ +#undef HAVE_LIBCRYPT + +/* Define if you have the nsl library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET