X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2Fmegatron%2Fmegatron.h;h=a884327bf8728829cc0e0a8baf3a57cde2a876fe;hb=a4772fa50378fb23354fc515ca237d9957f77ed7;hp=9190d499b164c04136aac5d37d7df826a96bd71b;hpb=744aba2a76a1fc13571104ec6cb9a79b360a0a66;p=netatalk.git diff --git a/bin/megatron/megatron.h b/bin/megatron/megatron.h index 9190d499..a884327b 100644 --- a/bin/megatron/megatron.h +++ b/bin/megatron/megatron.h @@ -1,8 +1,15 @@ +/* + * $Id: megatron.h,v 1.2 2001-06-29 14:14:46 rufustfirefly Exp $ + */ + +#ifndef _MEGATRON_H +#define _MEGATRON_H 1 + #include #ifndef STDIN # define STDIN "-" -#endif +#endif /* ! STDIN */ /* Where it matters, data stored in either of these two structs is in @@ -81,6 +88,8 @@ struct FHeader { #ifndef S_ISDIR # define S_ISDIR(s) (( s & S_IFMT ) == S_IFDIR ) -#endif +#endif /* ! S_ISDIR */ extern char *mtoupath( char *); + +#endif /* _MEGATRON_H */