Module Name:    src
Committed By:   christos
Date:           Fri Dec 27 20:11:50 UTC 2013

Modified Files:
        src/lib/libpam: Makefile.inc
        src/lib/libpam/libpam: config.h

Log Message:
updates for new version


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libpam/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/lib/libpam/libpam/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpam/Makefile.inc
diff -u src/lib/libpam/Makefile.inc:1.16 src/lib/libpam/Makefile.inc:1.17
--- src/lib/libpam/Makefile.inc:1.16	Fri Apr  5 22:20:49 2013
+++ src/lib/libpam/Makefile.inc	Fri Dec 27 15:11:50 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16 2013/04/06 02:20:49 christos Exp $
+# $NetBSD: Makefile.inc,v 1.17 2013/12/27 20:11:50 christos Exp $
 # Copyright 1998 Juniper Networks, Inc.
 # All rights reserved.
 #
@@ -38,7 +38,7 @@ MODLIBDIR=/usr/lib/${MLIBDIR}/security
 MODLIBDIR=/usr/lib/security
 .endif
 
-CPPFLAGS+= -DOPENPAM_MODULES_DIR=\"${MODLIBDIR}\"
+CPPFLAGS+= -DOPENPAM_MODULES_DIRECTORY=\"${MODLIBDIR}\"
 # No debugging
 #CPPFLAGS+= -DDEBUG
 

Index: src/lib/libpam/libpam/config.h
diff -u src/lib/libpam/libpam/config.h:1.1 src/lib/libpam/libpam/config.h:1.2
--- src/lib/libpam/libpam/config.h:1.1	Fri Apr  5 22:20:49 2013
+++ src/lib/libpam/libpam/config.h	Fri Dec 27 15:11:50 2013
@@ -4,12 +4,18 @@
 /* Whether loading unversioned modules support is disabled */
 /* #undef DISABLE_UNVERSIONED_MODULES */
 
+/* Define to 1 if you have the `asprintf' function. */
+#define HAVE_ASPRINTF 1
+
 /* Define to 1 if you have the <crypt.h> header file. */
 /* #undef HAVE_CRYPT_H */
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
 
+/* Define to 1 if you have the `dlfunc' function. */
+/* #undef HAVE_DLFUNC */
+
 /* Define to 1 if you have the `fdlopen' function. */
 /* #undef HAVE_FDLOPEN */
 
@@ -22,12 +28,18 @@
 /* Define to 1 if you have the `crypt' library (-lcrypt). */
 #define HAVE_LIBCRYPT 1
 
+/* Define to 1 if you have the `crypto' library (-lcrypto). */
+#define HAVE_LIBCRYPTO 1
+
 /* Define to 1 if you have the `dl' library (-ldl). */
 /* #undef HAVE_LIBDL */
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Define to 1 if you have the `setlogmask' function. */
+#define HAVE_SETLOGMASK 1
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
@@ -58,22 +70,23 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to 1 if you have the `vasprintf' function. */
+#define HAVE_VASPRINTF 1
+
 #ifndef __NetBSD__
 /* OpenPAM library major number */
 #define LIB_MAJ 2
-#endif
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
 #define LT_OBJDIR ".libs/"
+#endif
 
-/* Turn debugging on by default */
+/* Turn debugging macros on */
 /* #undef OPENPAM_DEBUG */
 
-#ifndef __NetBSD__
 /* OpenPAM modules directory */
-#define OPENPAM_MODULES_DIR "${exec_prefix}/lib/"
-#endif
+/* #undef OPENPAM_MODULES_DIR */
 
 /* Name of package */
 #define PACKAGE "openpam"
@@ -85,16 +98,16 @@
 #define PACKAGE_NAME "OpenPAM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenPAM 20120526"
+#define PACKAGE_STRING "OpenPAM 20130907"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "openpam"
 
 /* Define to the home page for this package. */
-#define PACKAGE_URL ""
+#define PACKAGE_URL "http://www.openpam.org/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20120526"
+#define PACKAGE_VERSION "20130907"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -122,7 +135,7 @@
 
 
 /* Version number of package */
-#define VERSION "20120526"
+#define VERSION "20130907"
 
 /* Define to 1 if on MINIX. */
 /* #undef _MINIX */

Reply via email to