From ecbdf1d6919d66a9da85fad6045667f0cc0bd921 Mon Sep 17 00:00:00 2001 From: "fredrik@DOLDA2000.COM" Date: Fri, 29 Apr 2005 18:39:49 +0000 Subject: [PATCH] Added the compile-command to the source. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@231 959494ce-11ee-0310-bf91-de5d638817bd --- idnlookup.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/idnlookup.c b/idnlookup.c index 39c95d7..e97f62f 100644 --- a/idnlookup.c +++ b/idnlookup.c @@ -1,5 +1,6 @@ /* * idnlookup - ICMP Domain Name lookup utility for Linux + * Should be installed SUID root, even though I don't know if it's secure yet. :-) * Copyright (C) 2005 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify @@ -272,3 +273,9 @@ int main(int argc, char **argv) return(0); } + +/* + * Local Variables: + * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c" + * End: + */ -- 2.11.0