mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
23 lines
653 B
Plaintext
23 lines
653 B
Plaintext
--- config.h.orig Fri Oct 30 20:36:26 1998
|
|
+++ config.h Sun Nov 1 17:43:51 1998
|
|
@@ -1,8 +1,8 @@
|
|
/* configuration file - precompile options */
|
|
|
|
#define USE_NET /* Use networking features */
|
|
-#undef BG_ON_START /* Background on startup */
|
|
-#undef GTK_1_1 /* Use GTK 1.1.x */
|
|
+#define BG_ON_START /* Background on startup */
|
|
+#define GTK_1_1 /* Use GTK 1.1.x */
|
|
#undef GTKEDITOR_PATCH /* Use the GtkEditor patch */
|
|
|
|
/* Highlighting styles */
|
|
@@ -15,7 +15,7 @@
|
|
/* proxy */
|
|
#undef USE_SOCKS /* you need to add -lsocks5 to the makefile for this */
|
|
|
|
-#undef INTERNATIONAL /* set locale */
|
|
+#define INTERNATIONAL /* set locale */
|
|
|
|
/* mail path */
|
|
|