/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdesktop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 738 by astrand, Mon Jul 12 21:07:39 2004 UTC revision 747 by astrand, Mon Aug 9 13:50:41 2004 UTC
# Line 35  Line 35 
35  #include <sys/un.h>             /* sockaddr_un */  #include <sys/un.h>             /* sockaddr_un */
36  #endif  #endif
37    
 #ifdef WITH_OPENSSL  
38  #include <openssl/md5.h>  #include <openssl/md5.h>
 #else  
 #include "crypto/md5.h"  
 #endif  
39    
40  char g_title[64] = "";  char g_title[64] = "";
41  char g_username[64];  char g_username[64];
# Line 133  usage(char *program) Line 129  usage(char *program)
129                  "         '-r comport:COM1=/dev/ttyS0': enable serial redirection of /dev/ttyS0 to COM1\n");                  "         '-r comport:COM1=/dev/ttyS0': enable serial redirection of /dev/ttyS0 to COM1\n");
130          fprintf(stderr, "             or      COM1=/dev/ttyS0,COM2=/dev/ttyS1\n");          fprintf(stderr, "             or      COM1=/dev/ttyS0,COM2=/dev/ttyS1\n");
131          fprintf(stderr,          fprintf(stderr,
132                  "         '-r disk:A=/mnt/floppy': enable redirection of /mnt/floppy to A:\n");                  "         '-r disk:floppy=/mnt/floppy': enable redirection of /mnt/floppy to 'floppy' share\n");
133          fprintf(stderr, "             or   A=/mnt/floppy,D=/mnt/cdrom'\n");          fprintf(stderr, "             or   'floppy=/mnt/floppy,cdrom=/mnt/cdrom'\n");
134          fprintf(stderr, "         '-r clientname=<client name>': Set the client name displayed\n");          fprintf(stderr, "         '-r clientname=<client name>': Set the client name displayed\n");
135          fprintf(stderr, "             for redirected disks\n");          fprintf(stderr, "             for redirected disks\n");
136          fprintf(stderr,          fprintf(stderr,
# Line 572  main(int argc, char *argv[]) Line 568  main(int argc, char *argv[])
568  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
569                                                                  g_rdpsnd = True;                                                                  g_rdpsnd = True;
570  #else  #else
571                                                                  warning("Not compiled with sound support");                                                                  warning("Not compiled with sound support\n");
572  #endif  #endif
573    
574                                                          if (strncmp("off", optarg, 3) == 0)                                                          if (strncmp("off", optarg, 3) == 0)
575  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
576                                                                  g_rdpsnd = False;                                                                  g_rdpsnd = False;
577  #else  #else
578                                                                  warning("Not compiled with sound support");                                                                  warning("Not compiled with sound support\n");
579  #endif  #endif
580    
581                                                          optarg = p;                                                          optarg = p;
# Line 590  main(int argc, char *argv[]) Line 586  main(int argc, char *argv[])
586  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
587                                                  g_rdpsnd = True;                                                  g_rdpsnd = True;
588  #else  #else
589                                                  warning("Not compiled with sound support");                                                  warning("Not compiled with sound support\n");
590  #endif  #endif
591                                          }                                          }
592                                  }                                  }

Legend:
Removed from v.738  
changed lines
  Added in v.747

  ViewVC Help
Powered by ViewVC 1.1.26