lintian doesn't like orphan packages with uploaders...
[debian/amanda] / amandad-src / amandad.h
index 471f73cd3d1549f895f03de0f2b65eb994b8162f..d99106a29c3b179ff27705288d042c5379762204 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
 
 #include "amanda.h"
 #include "amfeatures.h"
-#include "sl.h"
+#include "am_sl.h"
 #include "util.h"              /* for bstrncmp() */
 
-#define DATA_FD_COUNT   3               /* number of general-use pipes */
-#define DATA_FD_OFFSET  50  
-
 typedef struct g_option_s {
     char *str;
     am_feature_t *features;