mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
16 lines
366 B
Diff
16 lines
366 B
Diff
|
--- ./builddefs.h.orig 2004-07-02 07:36:59.000000000 -0700
|
||
|
+++ ./builddefs.h 2004-09-03 11:25:13.000000000 -0700
|
||
|
@@ -1,9 +1,9 @@
|
||
|
#ifndef VSF_BUILDDEFS_H
|
||
|
#define VSF_BUILDDEFS_H
|
||
|
|
||
|
-#undef VSF_BUILD_TCPWRAPPERS
|
||
|
-#define VSF_BUILD_PAM
|
||
|
-#undef VSF_BUILD_SSL
|
||
|
+#define VSF_BUILD_TCPWRAPPERS
|
||
|
+#undef VSF_BUILD_PAM
|
||
|
+#define VSF_BUILD_SSL
|
||
|
|
||
|
#endif /* VSF_BUILDDEFS_H */
|
||
|
|