12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
--- conf.h.orig 2003-04-24 03:32:53.000000000 +0200
|
|
+++ conf.h 2003-12-30 01:39:13.000000000 +0100
|
|
@@ -30,7 +30,7 @@ int conf_parse(void);
|
|
const char* conf_dev_tty(void);
|
|
void conf_set_dev_tty(const char*);
|
|
|
|
-#define SYSCONFFILE SYSCONFDIR ## "/flipit.conf"
|
|
+#define SYSCONFFILE SYSCONFDIR "/flipit.conf"
|
|
|
|
#endif /* CONF_H */
|
|
|