File: afterbase.h

package info (click to toggle)
afterstep 2.2.12-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 33,168 kB
  • sloc: ansic: 201,695; sh: 5,894; xml: 3,721; makefile: 2,095; perl: 1,558; cpp: 811
file content (24 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "../libAfterBase/astypes.h"
#include "../libAfterBase/output.h"
#include "../libAfterBase/ashash.h"
#include "../libAfterBase/asvector.h"
#include "../libAfterBase/fs.h"
#include "../libAfterBase/layout.h"
#include "../libAfterBase/mystring.h"
#include "../libAfterBase/os.h"
#include "../libAfterBase/parse.h"
#include "../libAfterBase/regexp.h"
#include "../libAfterBase/safemalloc.h"
#include "../libAfterBase/selfdiag.h"
#include "../libAfterBase/sleep.h"
#include "../libAfterBase/socket.h"
#include "../libAfterBase/timer.h"
#include "../libAfterBase/trace.h"
#include "../libAfterBase/xwrap.h"
#include "../libAfterBase/xprop.h"

/* audit.h must be the last thing included, no exceptions!  Otherwise 
** the #defines will cause compilation problems. */
#ifndef AFTERSTEP_LIB_HEADER_FILE_INCLUDED
#include "../libAfterBase/audit.h"
#endif