author | sandman <sandman> | 2002-08-01 14:05:32 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-08-01 14:05:32 (UTC) |
commit | 66c4051568427ae3ffd5d8707e1cc91ce8ffbe62 (patch) (unidiff) | |
tree | efeb6b333374349c4e08fbd8c3c16acc727f394b /core | |
parent | 32b7fdb0e9e5ec6cb6f791962efe68c40564b178 (diff) | |
download | opie-66c4051568427ae3ffd5d8707e1cc91ce8ffbe62.zip opie-66c4051568427ae3ffd5d8707e1cc91ce8ffbe62.tar.gz opie-66c4051568427ae3ffd5d8707e1cc91ce8ffbe62.tar.bz2 |
Revert the non-gcc3-fix part of the gcc3-fix from Harlekin
-rw-r--r-- | core/opie-login/loginwindowimpl.cpp | 1 | ||||
-rw-r--r-- | core/opie-login/opie-login.pro | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/core/opie-login/loginwindowimpl.cpp b/core/opie-login/loginwindowimpl.cpp index 26d9225..3265b46 100644 --- a/core/opie-login/loginwindowimpl.cpp +++ b/core/opie-login/loginwindowimpl.cpp | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <unistd.h> | 21 | #include <unistd.h> |
22 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | 23 | ||
24 | #undef USEPAM // FOR my toolchain | ||
25 | #ifdef USEPAM | 24 | #ifdef USEPAM |
26 | extern "C" { | 25 | extern "C" { |
27 | #include <security/pam_appl.h> | 26 | #include <security/pam_appl.h> |
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index ef449ab..35c1ed0 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro | |||
@@ -17,8 +17,8 @@ DEPENDPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate | |||
17 | 17 | ||
18 | LIBS += -lqpe -lopie | 18 | LIBS += -lqpe -lopie |
19 | 19 | ||
20 | #usepam:LIBS += -lpam | 20 | usepam:LIBS += -lpam |
21 | #usepam:DEFINES += USEPAM | 21 | usepam:DEFINES += USEPAM |
22 | 22 | ||
23 | DESTDIR = $(OPIEDIR)/bin | 23 | DESTDIR = $(OPIEDIR)/bin |
24 | TARGET = opie-login | 24 | TARGET = opie-login |