~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/types/rlm_eap_peap/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
/* Define if you have the <openssl/err.h> header file.  */
15
15
#undef HAVE_OPENSSL_ERR_H
16
 
 
17
 
#ifndef HAVE_SNPRINTF
18
 
#define HAVE_LOCAL_SNPRINTF
19
 
#define snprintf lrad_snprintf
20
 
#endif
21
 
 
22
 
#ifndef HAVE_VSNPRINTF
23
 
#define HAVE_LOCAL_SNPRINTF
24
 
#define vsnprintf lrad_vsnprintf
25
 
#endif