Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c e_config.h 


Log Message:


no ned to make the config values optional on build

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -3 -r1.160 -r1.161
--- e_config.c  31 Mar 2006 17:26:37 -0000      1.160
+++ e_config.c  1 Apr 2006 01:27:46 -0000       1.161
@@ -460,9 +460,7 @@
    E_CONFIG_VAL(D, T, font_hinting, INT);
    E_CONFIG_VAL(D, T, desklock_personal_passwd, STR);
    E_CONFIG_VAL(D, T, desklock_background, STR);
-#ifdef HAVE_PAM
    E_CONFIG_VAL(D, T, desklock_auth_method, INT);
-#endif
    E_CONFIG_VAL(D, T, desklock_login_box_zone, INT);
    E_CONFIG_VAL(D, T, desklock_autolock, INT);
    E_CONFIG_VAL(D, T, desklock_use_timeout, INT);
@@ -634,9 +632,7 @@
    
    e_config->desklock_personal_passwd = NULL;
    e_config->desklock_background = NULL;
-#ifdef HAVE_PAM
    e_config->desklock_auth_method = 0;
-#endif
    e_config->desklock_login_box_zone = -1;
    e_config->desklock_autolock = 0;
    e_config->desklock_use_timeout = 0;
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- e_config.h  31 Mar 2006 17:26:38 -0000      1.91
+++ e_config.h  1 Apr 2006 01:27:47 -0000       1.92
@@ -217,9 +217,7 @@
 
    char              *desklock_personal_passwd; // GUI
    char              *desklock_background; // GUI
-#ifdef HAVE_PAM
    int       desklock_auth_method; // GUI
-#endif
    int       desklock_login_box_zone; // GUI
    int        desklock_autolock; // GUI
    int        desklock_use_timeout; // GUI




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to