Subversion Repositories RepoView

Rev

Rev 6 | Rev 28 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 13
Line 14... Line 14...
14
#endif
14
#endif
15
	printf(" ");
15
	printf(" ");
16
#if defined(USE_COOKIE)
16
#if defined(USE_COOKIE)
17
	printf("auth/cookie.o");
17
	printf("auth/cookie.o");
18
#endif
18
#endif
-
 
19
	printf(" ");
-
 
20
#if defined(USE_ENSCRIPT)
-
 
21
	printf("enscript.o");
-
 
22
#endif
19
	printf("\n");
23
	printf("\n");
20
	return 0;
24
	return 0;
21
}
25
}