Subversion Repositories RepoView

Rev

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

Rev 28 Rev 37
Line 19... Line 19...
19
	printf(" ");
19
	printf(" ");
20
#if defined(USE_ENSCRIPT)
20
#if defined(USE_ENSCRIPT)
21
	printf("enscript.o");
21
	printf("enscript.o");
22
#endif
22
#endif
23
	printf(" ");
23
	printf(" ");
24
#if defined(USE_MYPAGE)
24
#if defined(USE_AVATAR)
25
	printf("avatar.o");
25
	printf("avatar.o");
26
#endif
26
#endif
27
	printf("\n");
27
	printf("\n");
28
	return 0;
28
	return 0;
29
}
29
}