Changeset 726

Small fix to the way confdefs.h is included.

Committed by:  jcollie
Date:  Oct 28 2005 * 19:13 (over 3 years ago)

Affected files:

openpbx/branches/cypro/include/openpbx.h (unified diff)

r701r726
1313
1414 #ifndef _OPENPBX_H
1515 #define _OPENPBX_H
16
17 #ifdef HAVE_CONFIG_H
1618 #include "confdefs.h"
19 #endif
20
1721 #define DEFAULT_LANGUAGE "en"
1822
1923 #define OPBX_CONFIG_MAX_PATH 255