]> andersk Git - moira.git/blobdiff - include/moira_site.h
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / include / moira_site.h
index 18804f77d1b50c1a13d9b5efcef04b27fba8777a..767593d166c5cb5411ff96dc3ae29dae21b49f86 100644 (file)
@@ -1,23 +1,19 @@
-/*
- * This file contains all definitions that allow easy access to 
+/* $Id$
+ *
+ * This file contains all definitions that allow easy access to
  * elements returned by most of the @i[Moira] queries.  It also defines
  * the default server location and the directories used on the server.
  *
  * If the order of the arguments in the @i[Moira] queries change (again)
- * then all that needs to be changed are the values of these items 
+ * then all that needs to be changed are the values of these items
  * and all should be well, (hopefully :-).
  *
  *                                 Chris D. Peterson - kit@athena
  *                                   7/27/88
  *
- *      $Source$
- *      $Author$
- *      $Header$
- *     
- *     Copyright 1988 by the Massachusetts Institute of Technology.
- *
- *     For further information on copyright and distribution 
- *     see the file mit-copyright.h
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For further information on copyright and distribution
+ * see the file <mit-copyright.h>.
  */
 
 #ifndef _moira_site_
@@ -26,7 +22,7 @@
 #include "mit-copyright.h"
 
 /* Default Moira server to connect to */
-#define MOIRA_SERVER   "MOIRA.MIT.EDU:sms_db"
+#define MOIRA_SERVER   "MOIRA.MIT.EDU:moira_db"
 
 
 #define NAME 0
 #define Q_FILESYS   0
 #define Q_TYPE      1
 #define Q_NAME      2
-#define Q_QUOTA     3  
+#define Q_QUOTA     3
 #define Q_DIRECTORY 4
 #define Q_MACHINE   5
 #define Q_MODTIME   6
 #define U_LAST    3
 #define U_FIRST   4
 #define U_MIDDLE  5
-#define U_STATE   6  
+#define U_STATE   6
 #define U_MITID   7
 #define U_CLASS   8
 #define U_COMMENT 9
 
 /* Directories & files used on the server machine: */
 
-#define SMS_DIR                "/moira"        /* home directory of the system */
+#define MOIRA_DIR      "/moira"        /* home directory of the system */
 #define BIN_DIR                "/moira/bin"    /* where progs live */
 #define DCM_DIR                "/moira/dcm"    /* where DCM output files end up */
 #define LOCK_DIR       "/moira/dcm/locks" /* where DCM puts lock files */
This page took 0.033276 seconds and 4 git commands to generate.